Replies: 1 comment
-
| Thank you for the report. This should not happen. I will fix it by avoiding writing anything in Python source directly. This is a very practice in the first place. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm running Genesis on an HPC cluster where I don't have write permission to the conda site packages directory. When I try to use
gs.morphs.Terrain(), it tries to create directories in/opt/conda/lib/python3.10/site-packages/genesis/assets/terrain/and fails with PermissionError.Current Behavior
When using terrain without any modifications:
This results in:
PermissionError: [Errno 13] Permission denied: '/opt/conda/lib/python3.10/site-packages/genesis/assets/terrain'
What I've Tried
I'm temporarily working around this by overriding get_assets_dir():
Is there an official way to:
Specify a custom assets directory path for terrain without modifying Genesis source?
Use pre-generated terrain files from a custom location?
Set an environment variable like GENESIS_ASSETS_DIR to redirect terrain storage?
Beta Was this translation helpful? Give feedback.
All reactions