EvolutionGym / evogym

A large-scale benchmark for co-optimizing the design and control of soft robots, as seen in NeurIPS 2021.
https://evolutiongym.github.io/
MIT License
193 stars 33 forks source link

Running setup.py with a prefix dir #4

Closed srinivasansuraj closed 1 year ago

srinivasansuraj commented 2 years ago

Hello,

Could you advise on how to run setup.py with a prefix dir so that this code can be used without root access?

yunshengtian commented 2 years ago

Try either: 1) python setup.py install --user 2) do not use system python, e.g., use python from an anaconda virtual environment, which shouldn't require root access Hope this helps.

jagdeepsb commented 1 year ago

Hi @srinivasansuraj, thank you for your interest in EvoGym.

I am closing this issue for now, please let me know if the problem is unsolved.