-
Notifications
You must be signed in to change notification settings - Fork 113
Can't install on MacOS #28
Comments
It looks like your build system is misconfigured Can you give us more info regarding your system? What python version are you using? Are you using conda? Etc. Edit: it looks like you are using conda + python 3.8. What version of Edit2: ignore this, see @heiner's message below. |
Hey Trenton, Thanks for using our code! I believe the issue you have is that your system mixes GCC and XCode/LLVM in some way that confuses NetHack's Makefiles. Looking at this list:
It appears that you have GCC installed in One way around this would be to make sure |
Hey Trenton, I've just pushed a change that I hope will resolve this, or at least generate a different error message. Unfortunately, the package you receive by doing Feel free to re-open this bug if the issue persists. |
Truth be told, updating the pip package requires a few manual steps that won't happen until the NeurIPS deadline is over on Wednesday 3 June. :) |
Haha! Thanks for the heads up and good luck with the NeurIPS submission. |
Hi @heiner and @edran , I went ahead and tried to install your library again first with pip which didnt work and then using git clone and then This is now throwing the following error message:
|
(Note: Original issue was in fact a problem of NetHack/NLE and was solved in #299.) |
🐛 Bug
I followed all of the install instructions and am getting the following error when I run
pip install nle
Environment
MacOS Catalina, 10.15.4
Edit (@edran): Fixed trace formatting.
The text was updated successfully, but these errors were encountered: