-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Building python2 for armeabi fails due to space character in storage_dir (OS X) #622
Comments
This is a bug in Python which doesn't look like it's going to be fixed any time soon, or ever: https://bugs.python.org/issue12956 Probably the only fix is to use a different directory on OSX. |
@inclement I'm responding to your comment on #653 here, because that thread is getting cluttered with this unrelated issue. ;) I think using |
@inclement @kived could you elaborate on "using ~/.python-for-android is a decent solution"? How does one go about implementing that solution? |
We set the storage dir based on the platform standards - so on Linux, we use This could be changed for OSX to use |
storage_dir
will be/Users/username/Library/Application Support/python-for-android
on OS Xconfig.log:
The text was updated successfully, but these errors were encountered: