Hi, I am using Windows where pip install requests was completed successfully. On the first line of my code as below I get the error.
from airtable import airtable
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from airtable import airtable
ModuleNotFoundError: No module named 'airtable'
Hi, I am using Windows where pip install requests was completed successfully. On the first line of my code as below I get the error.
from airtable import airtable
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from airtable import airtable
ModuleNotFoundError: No module named 'airtable'