• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

ModuleNotFoundError: No module named 'adobe'

New Here ,
Jul 28, 2021 Jul 28, 2021

Copy link to clipboard

Copied

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.

TOPICS
PDF Extract API , Python SDK

Views

4.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 30, 2021 Jul 30, 2021

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 17, 2022 Mar 17, 2022

Copy link to clipboard

Copied

Also works if you want to import adobe on Google Colab

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 26, 2023 Apr 26, 2023

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2024 Jun 26, 2024

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 07, 2024 Jul 07, 2024

Copy link to clipboard

Copied

LATEST

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.

Bildschirmfoto 2024-07-07 um 13.12.59.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources