-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation error with python3.5 #4
Comments
Did you start your script from within the py-mie directory? |
@Thisch Yes. It appears to install correctly, which I find strange if it truly can't locate the extensions... |
I fixed this by adding support for setuptools installation rather than numpy.distutils.core I'm not sure why that worked, but it did.. |
Building for Python 3.5 works on Travis, so more investigation is needed here. |
Same thing happens on python 2.7.12 `ERROR: Failure: ImportError (No module named _mie)Traceback (most recent call last): Ran 1 test in 0.035s |
@imanyakin That class of error usually arises when the module has not been successfully built. |
After installing (presumably) correctly on python3.5, I get an ImportError:
The text was updated successfully, but these errors were encountered: