You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: