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
After a bunch of conversations it seems like the environment management on HPCs as well as personal devices (esp on mac-arm-64 and win-x86-64) is using Python venvs to manage the environment.
On HPCs this will work by importing a python module from their system, creating a venv, and then using pip to install all dependencies. I plan on chaining the install instructions at next version release to simplify things on this front. venv ships on most Python distributions.
The text was updated successfully, but these errors were encountered:
After a bunch of conversations it seems like the environment management on HPCs as well as personal devices (esp on mac-arm-64 and win-x86-64) is using Python venvs to manage the environment.
On HPCs this will work by importing a python module from their system, creating a venv, and then using pip to install all dependencies. I plan on chaining the install instructions at next version release to simplify things on this front. venv ships on most Python distributions.
The text was updated successfully, but these errors were encountered: