Code Monkey home page Code Monkey logo

Comments (3)

gdetrez avatar gdetrez commented on September 26, 2024

I have a similar issue when trying to install cftime in a virtualenv:

❯ ./tmpenv/bin/pip install --no-cache cftime==1.0.3
Collecting cftime==1.0.3
  Downloading https://files.pythonhosted.org/packages/80/23/cd5513106c709f1faa3623bb34a5284b55ea7dad4229103b68c154d8e39f/cftime-1.0.3.tar.gz (45kB)
    100% |████████████████████████████████| 51kB 3.0MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/gregoire/pip-install-3nbyhbg0/cftime/setup.py", line 6, in <module>
        from Cython.Build import cythonize
    ModuleNotFoundError: No module named 'Cython'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/gregoire/pip-install-3nbyhbg0/cftime/

It works if I install Cython first (pip install cython). This might be the same issue as #100 (missing wheels on pypi).

from cftime.

AndreKkl avatar AndreKkl commented on September 26, 2024

@gdetrez I can confirm that it's workign when I make
pipenv install Cython && pipenv install`
However, this should not be necessary as it goes against the principle of a pipfile

There's already a discussion in #34 so this here is an duplicate.

from cftime.

jswhit avatar jswhit commented on September 26, 2024

There will be a bug fix release (1.0.3.1) shortly to fix this.

from cftime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.