Install Errors #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I had to manually install the wheels by downloading them from https://www.lfd.uci.edu/~gohlke/pythonlibs/#rtree and I got errors when I tried to install the versions given. Alec suggested I install the latest of everything with 37 in title. That seemed to work.
Then everything went smooth but I got some errors from the import_checker.py. It says that there is "No module named 'attrs'" but then I install "attrs" and it says it is already satisfied/installed. So I'm not sure the import_checker.py is throwing correct errors. Here are the errors it gave:
No module named 'attrs'
No module named 'beautifulsoup4'
No module named 'ipython'
No module named 'pywin32'
No module named 'pywinpty'
No module named 'pyzmq'
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\geo-env\lib\site-packages\qtpy_init_.py", line 204, in
from PySide import version as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "import_checker.py", line 11, in
exec('import {}'.format(module.lower()))
File "", line 1, in
File "C:\ProgramData\Anaconda3\envs\geo-env\lib\site-packages\qtpy_init_.py", line 210, in
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
The text was updated successfully, but these errors were encountered: