-
Notifications
You must be signed in to change notification settings - Fork 5
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 in pypge.search #3
Comments
I have the same problem. I fixed it temporarily by commenting out the code that uses |
My experience is that a |
Probably a missing line in requirements.txt On Tue, Jun 7, 2016, 6:06 PM Ian Bell [email protected] wrote:
|
New instructions for running in the README.md Let me know how this works out |
The import below
outputs the following error message
I believe the problem is that search.py is attempting to use a package that does not exist in python3.
Replacing
with
and replacing
create_connection
everywhere in search.py withconnect
, might fix the problem (I haven't looked into it very carefully yet).The text was updated successfully, but these errors were encountered: