Skip to content

[BUG] pyproj.datadir not correct with conda #999

@KhanMechAI

Description

@KhanMechAI

Using pyproj version 3.2.1
conda version 4.9.2
geopandas version 0.9.0

When intialising a geopandas GeoDataFrame I started running into the invalid projection error. Followed the debug steps and ran:

python pyproj.datadir.get_data_dir()
yielding:
<rest_of_path>\envs\<myenv>\lib\site-packages\pyproj\proj_dir\share\proj
But this has a typo in it, conda creates ...envs\<your_env>\Lib\..., capital L not lower case l.

p.s. I'm from Australia, we spell in initialise with an 's', not 'z'

Metadata

Metadata

Assignees

No one assigned

    Labels

    installation-issuesIssue related to installation problems.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions