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
I am facing a problem when running the tutorials. Commands starting with !pycomplexes return these traceback:
File "/usr/local/bin/pycomplexes", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
setuptools contains this pkg_resources. I am working in the pycomplexes conda environment and the command conda list display setuptools 62.3.2 py39hf3d152e_0 conda-forge.
What I tried to do is (by searching for solution on StackExchange):
to upgrade setuptools
to uninstall and reinstall setuptools
But none of them works. Do you have any suggestion of why this happens?
Thank you,
Davide
The text was updated successfully, but these errors were encountered:
Sure you installed the conda environment correctly? I just noticed there was a typo in the install instructions that prevented the conda environment to be created.
Please note we only provide a lock file for linux. If you are using another os, you can create a lock file yourself from the pyproject.toml using conda-lock.
Dear all,
I am facing a problem when running the tutorials. Commands starting with
!pycomplexes
return these traceback:File "/usr/local/bin/pycomplexes", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
setuptools
contains thispkg_resources
. I am working in the pycomplexes conda environment and the commandconda list
displaysetuptools 62.3.2 py39hf3d152e_0 conda-forge
.What I tried to do is (by searching for solution on StackExchange):
But none of them works. Do you have any suggestion of why this happens?
Thank you,
Davide
The text was updated successfully, but these errors were encountered: