Skip to content
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

Windows R builds fail to solve environments (ERROR: Failed to get install actions, max retries exceeded.) #25319

Open
mfansler opened this issue Feb 8, 2024 · 4 comments
Labels

Comments

@mfansler
Copy link
Member

mfansler commented Feb 8, 2024

Bug:

Windows builds for R are failing with messages like:

WARNING: failed to get install actions, retrying.  exception was: Unsatisfiable dependencies for platform win-64: {MatchSpec("msys2-conda-epoch==20160418"), MatchSpec("m2w64-fftw==3.3.4=6"), MatchSpec("m2w64-bwidget==1.9.10=2"), MatchSpec("m2w64-bzip2==1.0.6=6"), MatchSpec("m2w64-expat==2.1.1=2")}
Encountered problems while solving:
  - package m2-conda-epoch-20230914-0_x86_64 has constraint msys2-conda-epoch <0.0a0 conflicting with msys2-conda-epoch-20160418-1
  - package m2w64-bwidget-1.9.10-2 requires msys2-conda-epoch 20160418, but none of the providers can be installed
  - package m2w64-bzip2-1.0.6-6 requires msys2-conda-epoch 20160418, but none of the providers can be installed
  - package m2w64-expat-2.1.1-2 requires msys2-conda-epoch 20160418, but none of the providers can be installed
  - package m2w64-fftw-3.3.4-6 requires msys2-conda-epoch 20160418, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
\u251c\u2500 m2-conda-epoch 20230914.* 0_x86_64 is installable and it requires
\u2502  \u2514\u2500 msys2-conda-epoch <0.0a0 , which can be installed;
\u251c\u2500 m2-gcc-libs 11.3.0.4.* hd8ed1ab_0 is installable and it requires
\u2502  \u2514\u2500 m2-conda-epoch 20230914 *_x86_64, which can be installed (as previously explained);
\u251c\u2500 m2-libbz2 1.0.8.4.* hd8ed1ab_0 is installable and it requires
\u2502  \u2514\u2500 m2-conda-epoch 20230914 *_x86_64, which can be installed (as previously explained);
\u251c\u2500 m2-msys2-runtime 3.4.9.1.* hd8ed1ab_0 is installable and it requires
\u2502  \u2514\u2500 m2-conda-epoch 20230914 *_x86_64, which can be installed (as previously explained);
\u251c\u2500 m2-zip 3.0.3.* hd8ed1ab_0 is installable and it requires
\u2502  \u2514\u2500 m2-conda-epoch 20230914 *_x86_64, which can be installed (as previously explained);
\u251c\u2500 m2w64-bwidget 1.9.10.* 2 is not installable because it requires
\u2502  \u2514\u2500 msys2-conda-epoch 20160418 , which conflicts with any installable versions previously reported;
\u251c\u2500 m2w64-bzip2 1.0.6.* 6 is not installable because it requires
\u2502  \u2514\u2500 msys2-conda-epoch 20160418 , which conflicts with any installable versions previously reported;
\u251c\u2500 m2w64-expat 2.1.1.* 2 is not installable because it requires
\u2502  \u2514\u2500 msys2-conda-epoch 20160418 , which conflicts with any installable versions previously reported;
\u251c\u2500 m2w64-fftw 3.3.4.* 6 is not installable because it requires
\u2502  \u2514\u2500 msys2-conda-epoch 20160418 , which conflicts with any installable versions previously reported;
\u2514\u2500 msys2-conda-epoch 20160418.* 1 is not installable because it conflicts with any installable versions previously reported.
Reloading output folder: ...working... done
Solving environment (_h_env): ...working... failed
Reloading output folder: ...working... done
Solving environment (_h_env): ...working... failed
Reloading output folder: ...working... done
Solving environment (_h_env): ...working... failed
ERROR: Failed to get install actions, max retries exceeded.

Example: #25307

@mfansler mfansler added the bug label Feb 8, 2024
@adamblake
Copy link
Contributor

Another example here, if it helps: #25286

@mfansler
Copy link
Member Author

mfansler commented Feb 8, 2024

@isuruf is this possibly a consequence of the newer MSYS2 package builds mentioned in the Core meeting?

@mfansler
Copy link
Member Author

@isuruf do you have any insights into this? It is leading to widespread failures.

@mfansler
Copy link
Member Author

mfansler commented May 3, 2024

It appears one workaround is explicitly declaring the previous epoch (as done for r-predicts):

requirements:
   build:
     - msys2-conda-epoch ==20160418  # [win]

@mfansler mfansler mentioned this issue May 10, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants