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 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
Dear all,
I am facing a problem when running the tutorials. Commands starting with
!pycomplexesreturn these traceback:File "/usr/local/bin/pycomplexes", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'setuptoolscontains thispkg_resources. I am working in the pycomplexes conda environment and the commandconda listdisplaysetuptools 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