-
Notifications
You must be signed in to change notification settings - Fork 7
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
ImportError: No module named datatables #140
Comments
Did you follow instruction on README.md? that branch contains datatables |
@Niran814804102 try to upgrade pip before: Anyway it should be safe not to install it, as it is not needed anymore by GeoNode: |
It still can't find pdb after using |
I found that python==2.7.11 has already contained the package --pdb, and pip in python2.7 cannot install the pdb nowadays. |
Niran, we need to update our python repo to remove the dependency on pdb.
We will do it in the next couple of hours and update this ticket.
…-a
On Nov 14, 2017, at 1:54 AM, Niran814804102 ***@***.***> wrote:
I found that python==2.7.11 has already contained the package --pdb, and pip in python2.7 cannot install the pdb nowadays.
--------- We can search pdb packages in python's official website, and there is no retrieval results.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
When i try to install the WorldMap module with
make sync
, actually usingpython manage.py makemigration
,it gets some trouble:
ImportError: no module named 'datatables'
I am sure about the geonode has been installed, but in my python environment, there is no datatables in geonode.contrib,
this is some settings in settings.py of WorldMap:
this is my geonode.contrib, and I can't find the part of geonode.contrib.datatables [mentioned above].
------how can I solve this problem?
The text was updated successfully, but these errors were encountered: