Skip to content
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

RuntimeError: implement_array_function method already has a docstring #11

Open
sking8 opened this issue May 7, 2019 · 1 comment
Open

Comments

@sking8
Copy link

sking8 commented May 7, 2019

RuntimeError: implement_array_function method already has a docstring
============================================================================
Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
            matplotlib: yes [2.2.0]
                python: yes [3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019,
                        21:26:53) [MSC v.1916 32 bit (Intel)]]
              platform: yes [win32]

REQUIRED DEPENDENCIES AND EXTENSIONS
----------------------------------------

ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\fan8\AppData\Local\Temp\pip-install-s6y0hc8w\meshrender\

@visatish
Copy link
Contributor

@mmatl Someone recently trying to install gqcnn ran into a similar issue. Upon further investigation, I ran into another issue which is that pip install meshrender is broken for Python 2.7 as it seems to try to install the latest version of scipy, which was recently updated to only be Python 3 compatible. Now I don't understand why pip would try to do this in the first place... I do know that pip install meshrender==0.0.9 does work, and the only relevant difference seems to be a single import here. Now I don't know why this would break the scipy dependency, but maybe you have an idea.

I also can't yet confirm that this issue is directly related to this numpy RuntimeError: implement_array_function method already has a docstring issue, but there might be some connection?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants