GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
79 stars 174 forks source link

Could not find a version that satisfies the requirement django-geonode-mapstore-client>=2.0.10 (from geonode) #164

Closed koji117 closed 3 years ago

koji117 commented 3 years ago

I get this error when I build a docker image for django.

ERROR: Could not find a version that satisfies the requirement django-geonode-mapstore-client>=2.0.10 (from geonode)
ERROR: No matching distribution found for django-geonode-mapstore-client>=2.0.10

The recent change in the following file in geonode seems to cause this issue. https://github.com/GeoNode/geonode/blob/master/setup.cfg

mahershala2k18 commented 3 years ago

I'm tryin to instal geonode on a Windows machine. I'm getting same erros. Capture3

mahershala2k18 commented 3 years ago

where can i find these versions? django-geonode-mapstore-client>=2.0.10

afabiani commented 3 years ago

they are not available yet, in order to fix the issue just run first:

pip install -r geonode\requirements.txt

mahershala2k18 commented 3 years ago

many thanks, this step has passed, it did work. but now I'm facing another issue. when a run: pip install -e geonode, I get the following error

I did some workaround, tried to change [os] into [platform] in popbes.py file, still not solved.

in this email, I attached a picture of the error I'm facing now.

On Tue, Feb 16, 2021 at 4:57 PM Alessio Fabiani notifications@github.com wrote:

they are not available yet, in order to fix the issue just run first:

pip install -r geonode\requirements.txt

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GeoNode/geonode-project/issues/164#issuecomment-779890582, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN4YWYBGLVH4HNFEKV7KLV3S7KBUHANCNFSM4UWKXTPA .

-- David Ribeiro Patreque Chamussa

......................................................... GIS/GEO Developer Cell: +258 849 517 762 Home: +258 21423049

mahershala2k18 commented 3 years ago

delete

Darkonyks commented 3 years ago

@mahershala2k19 A couple of months ago first what I have tried is to install Geonode on Windows, because I was not familiar with Linux. That error that you have "AttributeError: module 'os' has no attribute 'uname'*" took from me a several days truing to solve it and I could not make it! Uwsgi is not compatible with Windows (at least that is my opinion). At the end I give up from GeoNode on Windows and now it goes smoothly on Linux. Of course there is some issues and problems with some basic concepts but developers are vary helpful and resolve problems on Linux faster than on Windows. So my advice is to GIVE UP ON WINDOWS AND USE LINUX (UBUNTU)!

mahershala2k18 commented 3 years ago

Thanks for the tip! @Darko Nedic

On Mon, Mar 8, 2021 at 10:25 PM Darko Nedic notifications@github.com wrote:

@mahershala2k19 https://github.com/mahershala2k19 A couple of months ago first what I have tried is to install Geonode on Windows, because I was not familiar with Linux. That error that you have "AttributeError: module 'os' has no attribute 'uname'*" took from me a several days truing to solve it and I could not make it! At the end I give up from GeoNode on Windows and now it goes smoothly on Linux. Of course there is some issues and problems with some basic concepts but developers are vary helpful and resolve problems on Linux faster than on Windows. So my advice is to GIVE UP ON WINDOWS AND USE LINUX (UBUNTU)!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GeoNode/geonode-project/issues/164#issuecomment-793051148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN4YWYHIR2FPBAN4VPSIV23TCUXDFANCNFSM4UWKXTPA .

-- David Ribeiro Patreque Chamussa

......................................................... GIS/GEO Developer Cell: +258 849 517 762 Home: +258 21423049

t-book commented 3 years ago

For the given error (title) please see: https://gitter.im/GeoNode/general?at=6038dc9a44f5a454a43e3096

mahershala2k18 commented 3 years ago

Hi everybody, I created a small leaflet application in order to consume my geoserver spatial data. couple days ago it was working fine... but suddenly in a few days later it is no longer displaying the spatial data on the leaflet html application. However, from inside the geonode/geoserver user interface still I can visualize my spatial data. I'm guessing this issue has to do with the geonode/geoserver connection to the database!?maybe!?

In the geonode/geoserver logs says: "Cannot create PoolableConnectionFactory (Database may be already in use: Locked by another". More info in the attached picture.

Any help solving this problem please!!!

Few notes: I'm using Postgres_postgis database; Geonode/geoserver version 2.18.2; all of them hosted in an ubuntu server. geoserver_error