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
When trying to install python dependencies on our remote server, we ran into a disk quota error initially (as our home location on the remote server allows only 1GB of memory).
Steps to Reproduce
To create the environment in another location with more memory, we added a --prefix command (see command line prompt below):
For context, we discovered this during a joint meeting for the Leifer project
I think the solution would be to remove the hardcoded naming in our environment files, since that seems to be the incompatibility. The dev install instructions would need to be adjusted to call conda create --name instead of conda env create (which does not support --name or --prefix) with extra instructions for using --prefix instead of --name (which are not jointly compatible)
Describe the issue
When trying to install python dependencies on our remote server, we ran into a disk quota error initially (as our home location on the remote server allows only 1GB of memory).
Steps to Reproduce
To create the environment in another location with more memory, we added a --prefix command (see command line prompt below):
but this generated the following error:
Operating System
Linux
GUIDE Version
Linux branch
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: