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

Setup/Install fails with version issue on Ubuntu 20.04.4 LTS #9

Open
bkeahl opened this issue Sep 16, 2022 · 1 comment
Open

Setup/Install fails with version issue on Ubuntu 20.04.4 LTS #9

bkeahl opened this issue Sep 16, 2022 · 1 comment

Comments

@bkeahl
Copy link

bkeahl commented Sep 16, 2022

Executing Command: sudo python3 setup.py install
Ends with the following:
Processing dependencies for cusfpredict==0.2.1
error: numpy 1.17.4 is installed but numpy>=1.18.5; platform_machine != "aarch64" and platform_machine != "arm64" and python_version < "3.10" is required by {'pandas'}

Running Ubuntu 20.04.4 LTS, Python3

Any thoughts on how to workaround?

@darksidelemm
Copy link
Owner

Unsure sorry... this sounds like the system numpy might be 1.17.4?

Try installing into a virtual environment, e.g.:

$ python3 -m venv venv
$ source venv/bin/activate

and then install from within that.

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

2 participants