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

ModuleNotFoundError #34

Open
ladakgit opened this issue Nov 13, 2020 · 4 comments
Open

ModuleNotFoundError #34

ladakgit opened this issue Nov 13, 2020 · 4 comments

Comments

@ladakgit
Copy link

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'

@bilalkhann16
Copy link

I had this same error. Try this:
from airtable.airtable import Airtable

@mendykrauss
Copy link

You just have to import airtable. No need for from airtable import airtable or from airtable.airtable import Airtable

@Shaan-Lashkari
Copy link

Try to import pyairtable, it worked for me

@Shaan-Lashkari
Copy link

somewhat like
pip install pyairtable

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

4 participants