Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFound Error ipython-input-4-08a6740ac1aa #5653

Open
seasaltseasalt opened this issue Aug 5, 2020 · 1 comment
Open

ModuleNotFound Error ipython-input-4-08a6740ac1aa #5653

seasaltseasalt opened this issue Aug 5, 2020 · 1 comment

Comments

@seasaltseasalt
Copy link

I am very new to anaconda3 and catalina, and I am attempting to do my first lesson but failed. Apologises if this is very basic. I try and explain what I did.

I ran thru the setup in terminal then installed anaconda3 gui on catalina (python 3)
/users/xx/opt/anaconda3

Installed the 2 api I wish to work with
pip install hathitrust-api
pip install internetarchive

I started Jupyter and failed first run

Import the HT Data API wrapper

from hathitrust_api import DataAPI
[my key and secret]

instantiate the Data API connection object

data_api = DataAPI(ht_access_key, ht_secret_key)

Error returned

ModuleNotFoundError Traceback (most recent call last)
in
1 # Import the HT Data API wrapper
----> 2 from hathitrust_api import DataAPI

I googled the error and it said, (my paraphrase) Jupyter python cannot find the python. So I tried to determine what version is running. I chose the Anaconda python 3 to install.

Any help is greatly appreciated. Thankyou.

@StanislavUhimenko
Copy link

Неправильне виполненія кода

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants