-
Notifications
You must be signed in to change notification settings - Fork 106
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
from opendr.renderer import ColoredRenderer
fails?
#18
Comments
There are posts on the web suggesting the cause to be conflicting numpy packages installed by |
You should put ctx_mac.so (on Mac) or ctx_mesa.so (on Linux) generated by |
@iwanao731 Do you know how to get ctx_mesa.so working for python3? Or how I could see the steps the creator took to make ctx_mesa.so through pip? |
Can you tell me how to get the ctx_mac.so?Thanks.
|
Have you solve this problem? Can you share the solution? Thank you very much. |
Problem
Steps to reproduce
Create a brand-new conda environment
py27
Activate the environment by
Install OpenDR with
As a result,
pip
automatically will installchumpy-0.67.5
,numpy-1.13.1
, andscipy-0.19.1
.Install OpenCV with
Finally,
The text was updated successfully, but these errors were encountered: