-
Notifications
You must be signed in to change notification settings - Fork 9
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
pip install error #1
Comments
thanks~,i will fix it soon.
Regards
HSZ.
Tel: +86 15851390734
E-mail: [email protected]
github: https://github.com/hsz1273327
website: http://blog.hszofficial.site/
Please consider the environment before printing this email.
2017-04-26 10:31 GMT+08:00 Jacob <[email protected]>:
… Hi, I want to use pip to install this module, but there is a error
happened.
In your setup.py, there is a typo
<https://github.com/Sanic-Extensions/sanic-mongo/blob/master/setup.py#L16>
about required module.
The "1motor>=1.1" should be "motor>=1.1"
Please fix this
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AHfIpLlA2GlkwJF22ILGyaggeKb7MQnjks5rzqyCgaJpZM4NISXs>
.
|
Hi, I use pip install from this git alternatively. And the installation is success, but when I use it in my code, it still have error. The error:
This is because of you were missed to add sanic_mongo.standalone in setup.py. It should looks like:
After this modify, I can import with no error. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want to use pip to install this module, but there is a error happened.
In your setup.py, there is a typo about required module.
The "1motor>=1.1" should be "motor>=1.1"
Please fix this
Thanks
The text was updated successfully, but these errors were encountered: