-
Notifications
You must be signed in to change notification settings - Fork 209
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
Error on install, "PackagesNotFoundError" "pytorch==2.3.1[build='^py3.10_cuda11.8$']" #428
Comments
Thanks, I have been trying to figure out the main cause of this error. I see one failure PackagesNotFoundError The following packages are not available from current channels
This could be an unsupported Windows architecture or something else. I see a few more oddities about this log that could help me diagnose this. |
This error is happening on a new install in Ubuntu. |
Thanks, that confirms the need for a new version. |
In initializeApp.js line 42. I changed it to the following and its installing and running. Granted, I dont know the implications of changing it to install different as I dont have full understanding of the required dependencies for all the things.
|
I'm a bit lost on this. The source code uses * not $, so does conda decide to reinterpret the installation due to a different conda version? Perhaps the shell/terminal app causes it to change. It should be:
yields:
My only guess at the moment is an issue with conda version. |
Ok, I was able to find the core issue, yes, conda changed things. The current fix would be to downgrade conda to at least I created an issue in conda project: |
I hope that this issue has been fixed with the fix that I pushed out last week. I have not seen more reports of this issue, and I was able to confirm the bug and report it to conda team as well; meanwhile implementing a workaround. |
Still facing similar issue Not sure if there are workaround I can do in the meanwhile?
|
It seems like conda just up and decided to break the workaround. Thanks for
letting me know.
…On Tue, Jan 14, 2025, 12:58 PM arion-allure ***@***.***> wrote:
Still facing similar issue
Not sure if there are workaround I can do in the meanwhile?
Applying conda config...
Checking if Torch is installed...
Major version update detected. Upgrading base environment
Using saved GPU choice: NVIDIA GPU
>conda install -y -k conda-forge::uv=0.4.17 conda-forge::vswhere conda-forge::postgresql=16.4 conda-forge::nodejs=22.9.0 conda-forge::ffmpeg=4.4.2[build=lgpl*] pytorch[version=2.3.1,build=py3.10_cuda11.8.*] pytorch-cuda=11.8 torchvision torchaudio cuda-toolkit ninja -c pytorch -c nvidia/label/cuda-11.8.0 -c nvidia
Collecting package metadata (current_repodata.json): \ WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.*, but conda is ignoring the .* and treating it as 1
WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 2.*, but conda is ignoring the .* and treating it as 2
WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 3.*, but conda is ignoring the .* and treating it as 3
- WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 3.*, but conda is ignoring the .* and treating it as 3
\ WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 0.23.*, but conda is ignoring the .* and treating it as 0.23
done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): \ WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 4.dev0.*, but conda is ignoring the .* and treating it as 4.dev0
| WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.14.*, but conda is ignoring the .* and treating it as 1.14
/ WARNING conda.core.index:push_records(543): Skipping conda-forge/noarch::willow-1.6.3-pyhd8ed1ab_0 due to InvalidSpec: pillow-heif >=0.10.0,<1.0.0<py312|>=0.13.0,<1.0.0>=py312
/ WARNING conda.core.index:push_records(543): Skipping conda-forge/noarch::willow-1.6.3-pyhd8ed1ab_0 due to InvalidSpec: pillow-heif >=0.10.0,<1.0.0<py312|>=0.13.0,<1.0.0>=py312
/ WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 3.6.*, but conda is ignoring the .* and treating it as 3.6
| WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 2.*, but conda is ignoring the .* and treating it as 2
- WARNING conda.models.version:get_matcher(563): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 4.*, but conda is ignoring the .* and treating it as 4
done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- pytorch==2.3.1[build=py3.10_cuda11.8.*]
Current channels:
- https://conda.anaconda.org/pytorch/win-64
- https://conda.anaconda.org/pytorch/noarch
- https://conda.anaconda.org/nvidia/label/cuda-11.8.0/win-64
- https://conda.anaconda.org/nvidia/label/cuda-11.8.0/noarch
- https://conda.anaconda.org/nvidia/win-64
- https://conda.anaconda.org/nvidia/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
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.
—
Reply to this email directly, view it on GitHub
<#428 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI6XVI5T4ZX5T3SQWZT2KSKQ7AVCNFSM6AAAAABS6MCB22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBYHE4DSOJXGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Using the installer I get the following error every time, anything I should try
The text was updated successfully, but these errors were encountered: