-
Notifications
You must be signed in to change notification settings - Fork 532
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
Third party Json issue #153
Comments
I don't see any reason you would get that error but your python version is too old to be supported and there might also be some issue with the compiler you are using. Can I ask why you want to build retro from source? |
I am trying to integrate a new game, so I need to build from source I believe. Just need to be able to add some game data. I switched to Python version 3.6.8 and recloned and retried the build, same error. Checked my clang version as well:
|
Ok, I figured out that I don't need to build from source in order to add a game, but it's likely I'll want to use the integration UI at some point in the future, so it'd be good to figure out how to get past this |
Building from source is also not required for the integration UI. |
This should have been fixed as part of PR #152. There is a small bug causing this in |
Thanks for the fix @eaplatanios ! |
Fixed in #155 |
Issue summary
I am trying to install retro from source. When I do so, I encounter this error during the
make -j8 retro
step that happens during thepip3 install -e .
step.System information
The text was updated successfully, but these errors were encountered: