Giter Club home page Giter Club logo

Comments (7)

kjordahl avatar kjordahl commented on May 18, 2024

I think this should have been fixed by #61, so my suspicion is that you are not getting the latest version of geopandas. Please check the result from

% python -c "from geopandas import __version__; print __version__"

and

% pip --version

With pip >= 1.4, you should use

pip install --pre geopandas

to make sure that it is installing the right prerelease version. (We need to cut a real release version.)

from geopandas.

RuizGeo avatar RuizGeo commented on May 18, 2024

So this was the error because the version of PIP I'm using is 1.0.
thank you

2014-02-24 11:54 GMT-03:00 Kelsey Jordahl [email protected]:

I think this should have been fixed by #61#61,
so my suspicion is that you are not getting the latest version of
geopandas. Check the result from

% python -c "from geopandas import version; print version"

and

% pip --version

With pip >= 1.4, you should use

pip install --pre geopandas

to make sure that it is installing the right prerelease version. (We need
to cut a real release version.)

Reply to this email directly or view it on GitHubhttps://github.com//issues/89#issuecomment-35893430
.

Luis Fernando Chimelo Ruiz
Técnico em Geomensura - Vivo (55) 96753705
CREA - RS: 168.208
Tecnólogo em Geoprocessamento

from geopandas.

rafapereirabr avatar rafapereirabr commented on May 18, 2024

I did what you suggested, but I'm still getting the following error. Any idea? I'm a bit lost here.

Command "python setup.py egg_info" failed with error code 1 in C:\users\rafa\appdata\local\temp\pip-build-xcoxnv\shapely

from geopandas.

kjordahl avatar kjordahl commented on May 18, 2024

@rafapereirabr That looks like an error with installing Shapely. Can you successfully pip install shapely on its own?

from geopandas.

rafapereirabr avatar rafapereirabr commented on May 18, 2024

Hi @kjordahl , yeap. I'm was problems to install Shapely as well. I've tried installing Shapely using pip and using git and I get this error message in both cases. In the end, I managed to install Shapely with conda install -c https://conda.binstar.org/scitools shapely

But now I get the following error when I try to import geopandas .

ImportError: DLL load failed: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

from geopandas.

kjordahl avatar kjordahl commented on May 18, 2024

@rafapereirabr You might look at this for installing on Windows: http://geoffboeing.com/2014/09/using-geopandas-windows/
Some package binary has not been installed correctly (not geopandas, but one of the dependencies).

from geopandas.

rafapereirabr avatar rafapereirabr commented on May 18, 2024

@kjordahl , that was really helpful ! Thanks !

from geopandas.

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.