Giter Club home page Giter Club logo

Comments (10)

franckberneron avatar franckberneron commented on September 3, 2024 2

Hi Edouard,
I am also getting the same ModuleNotFoundError: No module named 'pdf2image' error. When I hover over the module's name, I get a 'could not resolve' error :
image

The module is indeed installed in my virtualenv :
image

I'm running Ubuntu 16.04 on a Win10 WSL2. Let me know which further info you need and I'll gladly oblige.

Any help much appreciated

from pdf2image.

Belval avatar Belval commented on September 3, 2024 1

First as a sanity check, create a virtualenv, and reinstall both PIL and pdf2image.

pip3 install virtualenv
virtualenv -p python3 envname
source envname/bin/activate
pip3 install pillow
pip3 install pdf2image
python3
>>> import pdf2image

Please tell me if it works, I do not own a Mac but I'll get one to troubleshoot the issue.

from pdf2image.

Belval avatar Belval commented on September 3, 2024

Do you have Pillow?

pip3 install pillow

I updated the readme yesterday but I'll add it as a requirement in 0.1.6.

from pdf2image.

jontang avatar jontang commented on September 3, 2024

yeah, I do have pillow installed

from pdf2image.

Belval avatar Belval commented on September 3, 2024

Closing issue for lack of response. Feel free to reopen should the error happen again.

from pdf2image.

Salma-El-Alem avatar Salma-El-Alem commented on September 3, 2024

I wrote my code and I used pdf2image package and now I'm trying to link this class with my django project but it's not able to import the package
python version 3.8

from pdf2image.

Belval avatar Belval commented on September 3, 2024

What is your error message/stack trace?

from pdf2image.

Salma-El-Alem avatar Salma-El-Alem commented on September 3, 2024

pylint(no-member)

from pdf2image.

Belval avatar Belval commented on September 3, 2024

I am afraid I will need a test case otherwise I cannot help much.

from pdf2image.

aknahin avatar aknahin commented on September 3, 2024

Hi, I am also facing the same problem, and not getting any correct solution.

from pdf2image.

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.