Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Errors #6

Open
dwilusz opened this issue Mar 6, 2020 · 0 comments
Open

Install Errors #6

dwilusz opened this issue Mar 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dwilusz
Copy link

dwilusz commented Mar 6, 2020

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

@albrazeau albrazeau self-assigned this Mar 6, 2020
@albrazeau albrazeau added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants