You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\
The text was updated successfully, but these errors were encountered:
@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?
RuntimeError: implement_array_function method already has a docstring
============================================================================
Edit setup.cfg to change the build options
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\fan8\AppData\Local\Temp\pip-install-s6y0hc8w\meshrender\
The text was updated successfully, but these errors were encountered: