-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error while install cymunk, No attribute filename #266
Comments
Looks like this area has changed in 3.4 and above https://github.com/kivy/kivent/blob/master/modules/cymunk/setup.py#L107 it looks like we need to be using https://docs.python.org/3.6/library/importlib.html#importlib.util.find_spec in 3.4+ |
you must install cymunk first: from https://github.com/kivy/cymunk |
So in the end how to solve this problem?
Here I tried to change your setup file:
|
so I was installing new Kivent with Python 3.6 on virtualenv, I followed the instruction for execute the install python setup.py build_ext install
The text was updated successfully, but these errors were encountered: