-
Notifications
You must be signed in to change notification settings - Fork 174
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
ModuleNotFoundError: No module named 'Cython' #193
Comments
Do you have any additional error message that can be provided? Can you also check if you can import cython correctly from your Python interpreter (i.e. try |
Hello @yangarbiter, thank you for your answer.
On the other hand, as soon as I want to install libact, I get this message: |
When I type "pip install -vvv libact" to get more informations, I get that error message :
WARNING: Discarding https://files.pythonhosted.org/packages/71/28/5ef80e435f7e1b829fa5aa50d5ca81df09af11975314dcbf43a6ec1759a4/libact-0.1.1.tar.gz#sha256=d30352bbfaaaec435bcf6486aec290813af8bc5defc973d511993ea473a6d447 (from https://pypi.org/simple/libact/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
@yangarbiter can you give me the version of cython and liblapacke-dev? Because I'm having accounting problems |
I'm having the same problem, could you find a solution? |
Sorry for the late reply. There seems to be something wrong with the wheel building process. One temporary workaround is to download the source code and install from |
As indicated in the title, when I run the "pip install libact" command, it says that the cython module is missing, even though it's installed correctly. I've uninstalled it, reinstalled it, but it doesn't work. I've also changed the version of python 3.6 to python 3.5.4 because I thought there might be an accounting problem, but it still doesn't work.
The text was updated successfully, but these errors were encountered: