No module named 'Cython'

See original GitHub issue

Hi there, first of all thanks for the project!

Somehow I struggle to install it when using Windows + Miniconda.

(C:\path\to\miniconda)` C:\current\directory>pip install pykrige
Collecting pykrige
  Downloading PyKrige-1.3.0.tar.gz (596kB)
    100% |████████████████████████████████| 604kB 1.5MB/s
    Complete output from command python setup.py egg_info:
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File "C:\Users\current-user\AppData\Local\Temp\pip-build-phddipzi\pykrige\setup.py", line 14, in <module>
        from Cython.Distutils import build_ext
    ModuleNotFoundError: No module named 'Cython'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\current-user\AppData\Local\Temp\pip-build-phddipzi\pykrige\

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bsmurphycommented, Aug 11, 2017

Thanks for checking on this, @rth. I will either load v 1.4.0 onto PyPi or get you the credentials in the next few days… (I’m aiming by Monday. Really need to just clear out a solid chunk of time to work on all this stuff…)

0reactions
rthcommented, Aug 18, 2017

Fixed with version 1.3.1 on PyPi. Please reopen if needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named 'Cython' [duplicate]
I'm trying do from Cython.Build import cythonize and I get the message ImportError: No module named 'Cython' , but I instaled the Cython ......
Read more >
ModuleNotFoundError: No module named 'Cython' in Python
The Python "ModuleNotFoundError: No module named 'Cython'" occurs when we forget to install the Cython module before importing it or install it in...
Read more >
[Fixed] ModuleNotFoundError: No module named 'cython'
How to Fix “ModuleNotFoundError: No module named 'cython'” in PyCharm · Open File > Settings > Project from the PyCharm menu. · Select...
Read more >
ImportError: No module named Cython.Build #78 - GitHub
While setting up pycocotools, the python setup failed and showed the ImportError: No module named Cython.Build. If you're using python 2.7 or ...
Read more >
ImportError No module named Cython | Edureka Community
I am trying to install the requirement.txt file for Mask-RCNN. But it is showing me the below error. ImportError: No module named 'Cython'....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found