sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Cannot install via Pip neither Miniconda. #1254

Open ghost opened 7 months ago

ghost commented 7 months ago

i have Windows 11, Python 3.11, cuda 12.4, so at the moment of installing :

pip install nnabla_ext_cuda120 nnabla-converter

it gives :

"ERROR: Could not find a version that satisfies the requirement nnabla_ext_cuda120 (from versions: none) ERROR: No matching distribution found for nnabla_ext_cuda120"

installing via miniconda :

conda install nnabla_ext_cuda120 nnabla-converter

yields :

Retrieving notices: ...working... done Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

please help

TomonobuTsujikawa commented 7 months ago

Thank you for creating this issue.

We're very sorry but currently we are supporting python3.8, 3.9 and 3.10 only. So, we don't provide packages for python3.11.

Sorry for inconvenience.

ghost commented 7 months ago

Ok don't worry, My Bad..... So.... Please add support for Python 3.11

TomonobuTsujikawa commented 7 months ago

Thank you for your request.

EOL for python3.8 is the end of October, so we will change supported versions. But, it will take some time, and I think the next release (1.39.0) will have the same supported versions as before.