Closed mubagriyanik closed 5 months ago
Had this problem too - you can work around by using python 3.10
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?
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 numpy==1.24.4
and pandas==2.0.3
.
Just wanted to bump this bug since I'm having a similar issue. Is there any plan to update giotto-tda
to work with at least python 3.11?
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