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
{{ message }}
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
6ModuleNotFoundError: No module named 'numpy.testing.decorators' while I download catalyst inside the env with "pip install enigma-catalyst matplotlib"
#583
Open
rubbermen-086 opened this issue
Jun 4, 2021
· 0 comments
I can still not properly download catalyst in my env. When I tip this code "pip install enigma-catalyst matplotlib" in terminal, it shows me:
"Building wheel for bcolz (setup.py) ... error......;
Building wheel for cyordereddict (setup.py) ... error.....;
Building wheel for pandas (setup.py) ... error....;
Running setup.py install for pandas ... error......;"
And if I want to check the version of catalyst with code "catalyst --version", it shows me:
"......from numpy.testing.decorators import slow # noqa
ModuleNotFoundError: No module named 'numpy.testing.decorators'"
What did you expect to happen?
of course I can set up catalyst successfully.
What happened instead?
please see above
What steps have you taken to resolve this already?
I have repeated the code "pip install enigma-catalyst matplotlib" in catalyst env, but still doesn't work
Sincerely,
Rubbermen
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Catalyst Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
$ python 3.6.13
64'
conda
)$ conda list
Now that you know a little about me, let me tell you about the issue I am
having:
after I have set up the env conda in anaconda3 and used following code:
conda env create -f python3.6-environment.yml
source activate catalyst
pip install enigma-catalyst matplotlib (by troubleshooting)
I can still not properly download catalyst in my env. When I tip this code "pip install enigma-catalyst matplotlib" in terminal, it shows me:
"Building wheel for bcolz (setup.py) ... error......;
Building wheel for cyordereddict (setup.py) ... error.....;
Building wheel for pandas (setup.py) ... error....;
Running setup.py install for pandas ... error......;"
And if I want to check the version of catalyst with code "catalyst --version", it shows me:
"......from numpy.testing.decorators import slow # noqa
ModuleNotFoundError: No module named 'numpy.testing.decorators'"
of course I can set up catalyst successfully.
please see above
What steps have you taken to resolve this already?
I have repeated the code "pip install enigma-catalyst matplotlib" in catalyst env, but still doesn't work
Sincerely,
Rubbermen
The text was updated successfully, but these errors were encountered: