Skip to main content
Participant
July 29, 2021
Question

ModuleNotFoundError: No module named 'adobe'

  • July 29, 2021
  • 2 replies
  • 5547 views

Sorry if this is a very simple problem but I am relatively new to this.

 

I tried installing the Adobe PDF Extract API from https://www.adobe.io/apis/documentcloud/dcsdk/pdf-extract.html. After following the steps in the README, I managed to successfully install the requirements.txt file and attempted to run the extract_txt_from_pdf.py. However, I am faced with the error:

ModuleNotFoundError: No module named 'adobe'. 

 

Any solutions for this issue will be greatly appreciated.

This topic has been closed for replies.

2 replies

Participant
April 27, 2023

When my python=3.6.5, i also meet this error, but when i update python=3.8.13, it's ok.

Participant
June 26, 2024

i've the same ModuleNotFoundError: No module named 'adobe' with Python 3.9.7 

Participant
July 7, 2024

Hello,

 

I had similar problems. I was somehow advised/forced to install and virtual environment. Under this environment I installed the needed pip-extensions.

By using the correct version/environment it does work.

 

Here a screenshot from vs code.

Participant
July 30, 2021

Can you post the traceback?? I think its possibly because you haven't installed the below package in your environment or dint activate your environment

pip install pdfservices-extract-sdk
Participant
March 17, 2022

Also works if you want to import adobe on Google Colab