Giter VIP home page Giter VIP logo

Comments (5)

KMarkert avatar KMarkert commented on June 15, 2024

Thanks for the review @Fil!

version number mismatch: I believe that all of the versions between github, pip, and zenodo are version 0.03. Can you please clarify where the versions are mismatched and I will fix the mismatch?

installation / list of dependencies: the ee package should work with python3 (that is what I have been using). The fact that ee is a dependency is mentioned in the documentation here and can be installed using pip install earthengine-api. Can you please clarify what the error message was that you received for the installation and I may help.

from cartoee.

Fil avatar Fil commented on June 15, 2024

The mismatch is the presence of a dot. On github the release is 0.03 and in pip I got cartoee (0.0.3)

pip install cartoee did not install all the necessary packages for some reason

Maybe I made a mistake when I thought I should pip install ee
now I've tried pip install cartoee earthengine-api instead, and I receive

ModuleNotFoundError: No module named 'oauth2client'
then same error with cartopy, then

ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

I'm not necessarily giving up, but not at the point where I can test things on my computer.

Have just tried taking a different route with a colaboratory notebook, and I get the same error again, as if the dependencies were not recognized

capture d ecran 2019-01-28 a 21 00 19

from cartoee.

KMarkert avatar KMarkert commented on June 15, 2024

Thank you for pointing out that detail. Please confirm that I have fixed all of the mismatched versions (should be 0.0.5 now).

As for the installation, I have added into the setup.py the install_requires argument so that all of the Python dependencies will be installed as well. However, the cartopy package will need GEOS and Proj4 libraries installed prior to running pip install cartoee. If those libraries are not installed the cartoee install will fail; I have noted this in the documentation. The "ValueError: numpy.ufunc size changed" error was also due to dependency's latest version, I fixed the required version of cartopy to be 0.16.0 to circumvent that error for now.

An example Colab notebook for installation and testing the installation can be found at this link: https://colab.research.google.com/drive/1pvDOKC7QLLeOGGLBlFgZwcp6FNde1DhI

Thank you for bearing with me on the installation part.

from cartoee.

Fil avatar Fil commented on June 15, 2024

Excellent! No problem, it's my job as a JOSS reviewer to make sure things install smoothly.

from cartoee.

Fil avatar Fil commented on June 15, 2024

All checked 🎉

from cartoee.

Related Issues (5)

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.