Hi, on emacs boot up I am getting a message:
'error: Required feature 'pyvenv' was not provided'
If I go through the list of packages installed I can see 'pyvenv'.
Any clues?
I will reply to myself. I found the answer at https://github.com/jorgenschaefer/elpy/issues/674 ... an odd one though, you have to remove pyvenv and elpy, and then reinstall elpy.
That's very strange. Any idea how that could have happened?
Lacking further updates, I assume this is resolved. Please do not hesitate to open a new issue if you have further problems, and enjoy Elpy!
Thanks @chechoRP You saved my day!
'error: Required feature 'pyvenv' was not provided'
Solved the same problem with GNU Emacs 25.1.1 by doing:
M-x package-reinstall pyvenv
M-x package-reinstall elpy
Most helpful comment
'error: Required feature 'pyvenv' was not provided'Solved the same problem with GNU Emacs 25.1.1 by doing:
M-x package-reinstall pyvenv
M-x package-reinstall elpy