-
Notifications
You must be signed in to change notification settings - Fork 16
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
import error #5
Comments
sir, can you please help me with this |
Hey! Right now I'm having trouble publishing the fix. For the time being, you can avoid the problem by downloading the Zomatopy folder from this repository and placing it in your project. |
sir, still it is giving the same error. Sir can you make a video of how
you execute your code and upload it on youtube
or some other platform?
…On Fri, Mar 29, 2019 at 12:37 PM Sharad Bhat ***@***.***> wrote:
Hey! Right now I'm having trouble publishing the fix. For the time being,
you can avoid the problem by downloading the Zomatopy folder from this
repository and placing it in your project.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATFU397chO664jh4-GQhySY0an9uhksFks5vbkFHgaJpZM4b5omB>
.
|
I'm still getting this error over a year later. Has it been fixed? |
I wasn't able to access it.
…On Tue, 17 Nov, 2020, 3:40 AM Aarav Borthakur, ***@***.***> wrote:
I'm still getting this error over a year later. Has it been fixed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYVJX7VUBTDBIBOTJXKH2DSQGPOZANCNFSM4G7GRGAQ>
.
|
Will just use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sir I have installed zomatopy using the command :
pip install zomatopy
and after that when I try executing the following commands:
import zomatopy
config={
"user_key":"ZOMATO_API_KEY"
}
zomato = zomatopy.initialize_app(config)
it gives me import error
Traceback (most recent call last):
File "zomato.py", line 1, in
import zomatopy
ImportError: No module named zomatopy
The text was updated successfully, but these errors were encountered: