-
Notifications
You must be signed in to change notification settings - Fork 182
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
[BUG] Installing giotto-tda error #674
Comments
Had this problem too - you can work around by using python 3.10 |
Thank you so much for the answer. Quick question: Only python version to change? Does that work with latest numpy or panda versions? |
Didn't have any other issues - In the environment I'm using |
Just wanted to bump this bug since I'm having a similar issue. Is there any plan to update |
the above should now be fixed, as we just released a novel version with supprot for python 3.11 |
Hello,
I am trying to install giotto tda by using this code provided on the website:
pip install giotto-tda
I use comda environment and when I ran this code on the conda environment this is the code line and error I am getting:
`
Building wheels for collected packages: giotto-tda
Building wheel for giotto-tda (setup.py) ... /Password:
error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [239 lines of output]
/Users/mbagriyanik/mambaforge/envs/ufl23/lib/python3.11/site-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for giotto-tda
Running setup.py clean for giotto-tda
Failed to build giotto-tda
ERROR: Could not build wheels for giotto-tda, which is required to install pyproject.toml-based projects`
This is versions of python and packages I am using:
Python (= 3.11.2)
NumPy (=1.24.2)
SciPy (= 1.10.1)
joblib (= 1.3.0)
scikit-learn (= 1.2.2)
pyflagser (failed to install. submitted issue on pyflagser github account)
python-igraph (= 0.10.4)
plotly (= 5.15.0)
ipywidgets (= 8.0.6)
@ulupo
The text was updated successfully, but these errors were encountered: