Closed veerendra2 closed 5 years ago
Hi, Python version and packages availability changes depending on the distribution. You're not saying which version you're using but I just confirmed the docker commands are working as expected. I'm guessing Ubuntu 17.10 will work as well. Let me know which OS version you're using and I'll try to reproduce the error in order to provide a fix.
Sorry, I forgot to mention.
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"
Python3
Same issue on Mac. Build fails with version pygobject==3.28.3
Hi @veerendra2 / @altcointrading
i just updated mkdocs version. That also updated the requirements (there was a vulnerability on one of the packages). I believe that might help with the problems you were having.
Please, check the virtualenv
setup instructions. I just tested it on Mac with python 2.7 and it worked ok.
@veerendra2 and @altcointrading as @otsuarez mentioned this should work, i had a build failure due to future==3.2.0. I removed the version part in requirements.txt with only 'future' and build was successful, you can give it a shot. @otsuarez Thanks a lot for your efforts, you can close this issue now :-)
Thanks for fix @otsuarez . Unfortunately right I'm not working on mkdocs anymore. Please close the issue, if the issue was fixed.
Any help?