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

Fix Ubuntu 20.04 CI #340

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Fix Ubuntu 20.04 CI #340

merged 1 commit into from
Jul 18, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Jul 17, 2024

Outdated lines and errors in CI jobs running on Ubuntu 20.04:

File "/home/runner/.local/lib/python3.8/site-packages/setuptools/_entry_points.py", line 44, in <module>
      def validate(eps: metadata.EntryPoints):
  AttributeError: module 'importlib_metadata' has no attribute 'EntryPoints'
  error: subprocess-exited-with-error

and before that a warning

Collecting pip
  Downloading pip-24.1.2-py3-none-any.whl (1.8 MB)
Collecting setuptools
  Downloading setuptools-71.0.0-py3-none-any.whl (908 kB)
Collecting wheel
  Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-24.1.2 setuptools-71.0.0 wheel-0.43.0
Defaulting to user installation because normal site-packages is not writeable

@ax3l ax3l added the component: tests tests and examples label Jul 17, 2024
@ax3l ax3l force-pushed the fix-ci-cuda branch 4 times, most recently from 41a0455 to de54020 Compare July 18, 2024 00:19
@ax3l ax3l changed the title Fix CUDA CI Fix Ubuntu 20.04 CI Jul 18, 2024
Outdated lines and errors in CUDA CI job:
```
File "/home/runner/.local/lib/python3.8/site-packages/setuptools/_entry_points.py", line 44, in <module>
      def validate(eps: metadata.EntryPoints):
  AttributeError: module 'importlib_metadata' has no attribute 'EntryPoints'
  error: subprocess-exited-with-error
```
@ax3l ax3l enabled auto-merge (squash) July 18, 2024 02:32
@ax3l ax3l merged commit 70744a6 into AMReX-Codes:development Jul 18, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tests tests and examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant