-
Notifications
You must be signed in to change notification settings - Fork 194
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
Issue running pip install -e #108
Comments
Hi All, I have got a similar issue while trying to install tods. Please find the steps followed:
Error obtained: Using cached statsmodels-0.11.1.tar.gz (15.4 MB) × pip subprocess to install build dependencies did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip available: 22.3.1 -> 23.2.1 Things I tried doing but did not work - Installed the Visual C++ build tools and redistributables; but the error still persists. Are there any plans for having this available as a simple pip install instead. Any help would be appreciated. Thanks |
Had a similar error on Ubuntu 23.04. I am using conda ecosystem. After installing the dependencies given in the installation section in the TODS official docs, I had to additionally install the gfortran compiler (through sudo apt install). Then I got an installation error similar to the one you showed. The only solution I found (I assume it works in other Linux distros) was to create a new conda environment with python 3.7-3.8 and last stable pip version. Those are the only packages initially installed. Then I run the commands specified in the installation section in the TODS official docs. After this, no installation errors are raised and I can successfully import TODS package. The same method does not work if python version is 3.9+ |
Trying to follow the documentation and keep getting this error on install
ERROR: Could not find a version that satisfies the requirement statsmodels==0.11.1 (from tods)
ERROR: No matching distribution found for statsmodels==0.11.1
The text was updated successfully, but these errors were encountered: