You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
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
The text was updated successfully, but these errors were encountered: