sebascuri / qreps

5 stars 4 forks source link

Issues with Installing #4

Open LukasZierahn opened 2 years ago

LukasZierahn commented 2 years ago

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:

Screenshot 2022-01-17 at 12 16 36

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:

Screenshot 2022-01-17 at 12 16 02

I am running the code on macOS 12.0.1.

sebascuri commented 2 years ago

Hi Lukas,

Sorry for that. This is strange, could you maybe install rllib first? https://github.com/sebascuri/rllib

LukasZierahn commented 2 years ago

rllib does install with no issues but the error persists.