-
Notifications
You must be signed in to change notification settings - Fork 285
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
pip install fails on OSX #713
Comments
Sigh, sorry about that and thanks for the report. You could send a PR if you have the time, or I will get to it soon. |
Same issue in line 44
|
The install still fails for me on a clean python installation:
There seems to be a fix in the arch repos |
Hi, have you solved this problem? Could you please share your solution? @ngoettin |
When attempting to install mayavi through pip on OSX it fails with the error
This appears to be an issue with reading the readme as the long description in setup.py. Changing line 466 in setup.py to
long_description=open('README.rst', encoding='utf-8').read(),
fixes this issue.
The text was updated successfully, but these errors were encountered: