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
We are encountering an issue for new users running flee on archer2 where the module 'beartype' is not found during the job execution to archer2. This issue arises because the required Python packages are unavailable to sbatch during job execution.
Proposed Solution:
To resolve this issue, we need to modify the FabSim3 archer2 machine configuration, create a VirtualEnv on archer2 and ensure it is sourced in the FabFlee template pflee.
Steps to Implement the Solution:
Modify machines_user_example.yml or machines_FabFlee_user_example.yml on local machine
Add the virtual_env_path parameter to the archer2 section.
Description:
We are encountering an issue for new users running flee on archer2 where the module 'beartype' is not found during the job execution to archer2. This issue arises because the required Python packages are unavailable to sbatch during job execution.
Proposed Solution:
To resolve this issue, we need to modify the FabSim3 archer2 machine configuration, create a VirtualEnv on archer2 and ensure it is sourced in the FabFlee template pflee.
Steps to Implement the Solution:
All other required Python packages can be installed here using 'pip install' command in the archer2 Python virtual environment.
Additional Notes:
The text was updated successfully, but these errors were encountered: