Hi,
I tried to install the package by following the instructions provided in the readme however I cannot get past the third step:
pip install -e.[experiments]
Running which gives the following error:
You can see here that the GitHub link from which it tries to obtain the rllib has the next requirement (numpy) attached at the end, as I believe you are missing a comma in your setup.py.
But even after fixing that issue locally, I still obtain a very similar error:
Hi, I tried to install the package by following the instructions provided in the readme however I cannot get past the third step:
pip install -e.[experiments]
Running which gives the following error:
You can see here that the GitHub link from which it tries to obtain the rllib has the next requirement (numpy) attached at the end, as I believe you are missing a comma in your setup.py.
But even after fixing that issue locally, I still obtain a very similar error:
I am running the code on macOS 12.0.1.