-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues on Macos Python3.8 #19
Comments
I am getting the same issue on linux with
|
failed to compile from source, with |
Sorry for the delay on this issue, but I think this is now fixed. Editable mode ( If you are interested in helping out further we would love to have extra hands helping with making proper testing to ensure things like this work (on other farama projects our CI installs on different python versions on linux and mac osx to ensure things work as intended). This project doesn't currently have any testing through |
I installed successfully using
I wonder if there are any solutions to this? thx. |
Again I’m not a domain expert but it appears that the installation process involves copying the “libmagent” file in the build folder, explained here: Line 15 in d4ec94d
MAgent2/.github/workflows/gh-pages.yml Line 27 in d4ec94d
It seems that that libmagent file has a different extension (.so) on Linux and .dylib on MacOS, as seen here: Line 15 in d4ec94d
TLDR look for that file it says is missing, and copy it to the place where it is looking for it. I think this should be something that can be fixed in the setup.py or elsewhere, but maybe it’s a manual process. I will leave fixing this to someone better versed in c++ as I am quite unfamiliar. FWIW the way I found those links above was just searching this repo for the file in the error, if in doubt you can usually figure things like that out in the same way yourself if someone like me isn’t able to respond quickly |
When running
pip install magent2
I get the result
The text was updated successfully, but these errors were encountered: