Open ghost opened 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.
Ok don't worry, My Bad..... So.... Please add support for Python 3.11
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.
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
and use the search bar at the top of the page.
please help