Logs for #nikola for 2023-02-19

01:20:40 <LohanG> Hello, when I try to create a new post I get this output. I have never seen it before :
01:21:01 <LohanG> Traceback (most recent call last):
01:21:03 <LohanG>   File "/home/lohan/nikola/bin/nikola", line 5, in <module>
01:21:05 <LohanG>     from nikola.__main__ import main
01:21:07 <LohanG> ModuleNotFoundError: No module named 'nikola'
01:21:09 <LohanG> yes
01:21:33 <LohanG> what has happened here? how should I get it to work?
01:25:03 <LohanG> it was working fine when I created a blog post last month.
09:18:35 <ChrisWarrick> LohanG: did you upgrade Python on your system? Did you move your venv?
09:18:48 <ChrisWarrick> LohanG: Try recreating your venv and reinstalling Nikola, Python does that sometimes
09:51:18 <LohanG> ChrisWarrick: I don't use Python for any purpose other than nikola. So I haven't touched or modified anything. I am using Fedora. When I update the OS it might have upgraded Python. 
09:51:42 <LohanG> Will try as you suggest. Thanks