On Fri, 29 Jan 2021 at 09:31, Detlev Zundel <[email protected]> wrote: > > Hi Chris, > > thanks for your quick answer! > > [...] > > > Works for me. Uninstall `natsort` and reinstall. > > Urgh. Indeed this fixed the problem. Hm. So that means files below > .local/lib/python3.9/site-packages have deen damaged somehow. I need to > remember this when more problems come up.
Installing stuff to ~/.local/ is not recommended, because you can get conflicts between packages. Use a venv instead, as prescribed in the Getting Started guide: https://getnikola.com/getting-started.html -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7JEjH2QhyzRqVy%2BB9cHz2gz9%2BzmhufhW9C2BhVCF5xOxQ%40mail.gmail.com.
