Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Apps
-
HD-Enabler:WStore
Description
Hello,
I'm a member of a team funded by Fractals and I'm trying to install an
instance of Wstore GE on our Ubuntu server. Ubuntu is deployed as instance
in FiLabs. I'm following this guide
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Store_-_W-Store_-_Installation_and_Administration_Guide
The script setup.sh fails giving the error in the image. The same error
happens if I try installing manually at the step python manage.py
createsite site_name http://host:port (with real name and host).
I would really appreciate any advice, I tried everything I could find in
forums
Best,
Ana
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
[Created via e-mail received from: N ana <nanaxttp@gmail.com>]
Activity
- All
- Comments
- History
- Activity
- Transitions
My response to the issuer follows
Dear Ana,
There is an issue with the versión of Pymongo, this problem happens with the version 3 of this library.
You can fix the problem by unistalling the version 3 of pymongo and installing the 2.8.
$(virtenv) pip install "pymongo==2.8"
Alternatively you can replace the script python-dep-install.sh by the one in the develop branch of github
https://github.com/conwetlab/wstore/blob/develop/python-dep-install.sh
Best regards,
Francisco