-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Tests for all windows are failing because MDAnalysis is not being installed.
Example: https://github.com/Becksteinlab/basicrta/actions/runs/11904145945/job/33172432713
Run mamba install -y -c conda-forge MDAnalysis MDAnalysisTests
Microsoft Windows [Version 10.0.20348.2849]
(c) Microsoft Corporation. All rights reserved.
D:\a\basicrta\basicrta>
Run pyver=$(python -c 'import MDAnalysis; print(MDAnalysis.__version__)')
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'MDAnalysis'
Error: Process completed with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels