Skip to content
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

Comments

@rubbermen-086
Copy link

Dear Catalyst Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

  • Operating System: (Mac OS 10.14.6)
  • Python Version: $ python 3.6.13
  • Python Bitness: 64'
  • How did you install Catalyst: (conda)
  • Python packages: $ 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'"

  • 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant