While installing the geonode, I am stuck on dependencies and get this error:
geonode) geonode@machine:/opt/geonode$ pip install -r requirements.txt --upgrade
Collecting django_geonode_mapstore_client (from -r requirements.txt (line 90))
Cloning .git (to revision 4.4.x) to /tmp/pip-install-rrcw6z32/django-geonode-mapstore-client_ed90b2d9e5db4c50bb92c786b135de07
Running command git clone --filter=blob:none --quiet .git /tmp/pip-install-rrcw6z32/django-geonode-mapstore-client_ed90b2d9e5db4c50bb92c786b135de07error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 24 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
.......
And it keeps on repeating the last two lines.
I am not pro user of Linux - I need your help.
I tried manual install of map store by following instructions..
Manually Clone and Install django_geonode_mapstore_client
Since the error occurs while cloning django_geonode_mapstore_client, manually cloning and installing it might help.
cd /opt
git clone .git -b 4.4.x
cd geonode-mapstore-client
pip install .
Then, go back to /opt/geonode
and run:
cd /opt/geonode
pip install -r requirements.txt --upgrade
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745060785a4608952.html
评论列表(0条)