jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.57k stars 659 forks source link

ModuleNotFoundError Import issue on Mac #577

Closed Rickyyyyc closed 2 years ago

Rickyyyyc commented 2 years ago

I have installed the module on Mac

pip3 install pdfplumber

but when I import this module using Spyder

this error message pops up

ModuleNotFoundError: No module named 'pdfplumber'

samkit-jain commented 2 years ago

Hi @Rickyyyyc Appreciate your interest in the library. There's not much information here that can be useful for us in debugging the issue. Request you to provide some more details on how to reproduce this. Some troubleshooting steps you can probably try

  1. Ensure that the pip install command didn't fail with an error.
  2. Ensure that you are doing the import in the correct environment. It could be that you installed the package in a different virtual environment but importing the package in a different virtual environment.
  3. Is it impacting just this particular package or happening with other packages as well?
jsvine commented 2 years ago

Closing due to inactivity and because pdfplumber is most likely not the source of the problem.