Hello,
I am trying to install Bisque system locally on Ubuntu 16.04.5 (LTS), my python => Python: 2.7.12 (DEV).
I am getting an error when installing Bisque locally.
- First of all, I could not access data from bisque mercurial repository on your server. It looks like it is empty? So I downloaded the source code from Bitbucket https://bitbucket.org/CBIucsb/bisque-stable/src/default/
- I have spotted, that in requirements.txt file you have commented URL to you package dependencies (so I have tried to uncomment it - but no success with further installation and command "paver setup server")
- When I try to use command "paver setup server" I got following error: Could not find a version that satisfies the requirement tgext.registration2 (from bqserver==0.5.9) (from versions: ) No matching distribution found for tgext.registration2 (from bqserver==0.5.9) (when I try to fix it by installing manually from here https://pypi.org/project/tgapp-registration/, I got different dependencies errors - two packages depends on one package (but different version))
- I have tried the newest setuptools and even setuptools==3.4.4
- I have also tried the newest pip and pip 1.5.6
I need to run it locally, docker container is fine, but I want to have it running for test purposes and be able to add some new functionality and update it a little bit (as part of my Bachelor's thesis). Afterward, we want to add our own modules, and be able to maintain the system by ourselves.
Any advice, please? Thank you.
David T.