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

ImportError #8

Open
ghost opened this issue Feb 22, 2020 · 1 comment
Open

ImportError #8

ghost opened this issue Feb 22, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 22, 2020

Hello guys

I’m getting this soon as I run

except ImportError:
        msg = """Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there."""
        raise ImportError(msg)``

Can some one give a light
Thanks

@Gipnomanul
Copy link

You need to install numpy library on your PC, by using command 'pip install numpy' in the command line.

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

No branches or pull requests

1 participant