Giter Club home page Giter Club logo

twilio-geospatial's Introduction

twilio-geospatial's People

Contributors

clesleycode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

twilio-geospatial's Issues

Error with import geopandas as gpd

Working through the tutorial, I get this error from import geopandas as gpd

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-8-8834c007d28a> in <module>
----> 1 import geopandas as gpd
      2 states = gpd.read_file('./data/states.geojson')
      3 states.head(10)

~/opt/anaconda3/lib/python3.8/site-packages/geopandas/__init__.py in <module>
      3 from geopandas.array import _points_from_xy as points_from_xy  # noqa
      4 
----> 5 from geopandas.io.file import read_file  # noqa
      6 from geopandas.io.sql import read_postgis  # noqa
      7 from geopandas.tools import sjoin  # noqa

~/opt/anaconda3/lib/python3.8/site-packages/geopandas/io/file.py in <module>
      4 import six
      5 
----> 6 import fiona
      7 
      8 from geopandas import GeoDataFrame, GeoSeries

~/opt/anaconda3/lib/python3.8/site-packages/fiona/__init__.py in <module>
     81     os.environ["PATH"] = os.environ["PATH"] + ";" + libdir
     82 
---> 83 from fiona.collection import BytesCollection, Collection
     84 from fiona.drvsupport import supported_drivers
     85 from fiona.env import ensure_env_with_credentials, Env

~/opt/anaconda3/lib/python3.8/site-packages/fiona/collection.py in <module>
      7 
      8 from fiona import compat, vfs
----> 9 from fiona.ogrext import Iterator, ItemsIterator, KeysIterator
     10 from fiona.ogrext import Session, WritingSession
     11 from fiona.ogrext import buffer_to_virtual_file, remove_virtual_file, GEOMETRY_TYPES

ImportError: dlopen(/Users/jeremycherfas/opt/anaconda3/lib/python3.8/site-packages/fiona/ogrext.cpython-38-darwin.so, 2): Library not loaded: @rpath/libkea.1.4.7.dylib
  Referenced from: /Users/jeremycherfas/opt/anaconda3/lib/libgdal.20.dylib
  Reason: image not found

I have tried to debug to the best of my (limited) ability. This issue seems to suggest that there may be a conflict with the version of Python I am using 3.8.2

Do I need to start again with a specific version of Python?

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.