You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/graeme/webwork/envs/nikola/bin/nikola", line 5, in <module>
from nikola.__main__ import main
File "/home/graeme/webwork/envs/nikola/lib/python3.6/site-packages/nikola/__main__.py", line 40, in <module>
from doit.cmd_base import TaskLoader, _wrap
ImportError: cannot import name '_wrap'
I fixed it by upgrading doit to 0.32 from 0.30
The requirements.txt still specifies doit>=0.30.1 so it will may fail on an upgrade of an existing install
The text was updated successfully, but these errors were encountered:
I just upgraded to Nikola 1.8
I got an Import Error
I fixed it by upgrading doit to 0.32 from 0.30
The requirements.txt still specifies doit>=0.30.1 so it will may fail on an upgrade of an existing install
The text was updated successfully, but these errors were encountered: