Skip to content

[Anaconda | Python2.7] ImportError: No module named pyshp #142

Open
@shCampos

Description

@shCampos

Hi
I'm working with Anaconda and Python 2.7, and I installed pyshp using conda-forge.
To test, I imported the library like this:

import pyshp

However, the following error appeared:

ImportError: No module named pyshp

But when I do this:

import shapefile

no errors appear.
Just to test, I uninstalled the library and reinstalled using pip, but the same thing happens. I really need to import pyshp, because with shapefile my code does not run (I also do not know the reason).

Thanks for the help :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions