I'm getting "Import Error" when installing poetry #832
-
When I try to execute "poetry install -E prediction" I get the error below. I think I got the same error when running "install poetry" but I just moved on ImportError DLL load failed while importing shell: The specified procedure could not be found. at C:\ProgramData\Anaconda3\envs\gst\lib\site-packages\appdirs.py:480 in _get_win_folder_with_pywin32 I check that file path from the error and I found the appdirs.py file so I'm not sure why it's throwing that error. I'm fairly new to python so please excuse my ignorance Note for some reason it installed the GamestonkTerminal in the System32 folder. Could this be causing the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, poetry doesn't handle Windows for me very well either. On Windows, I use Anaconda and pull dependencies via pip. I run poetry in WSL. |
Beta Was this translation helpful? Give feedback.
Unfortunately, poetry doesn't handle Windows for me very well either.
On Windows, I use Anaconda and pull dependencies via pip.
I run poetry in WSL.