Open Firstyear opened 6 years ago
In My Opinion.
Try use this master branch source code.
Command example:
python3 -m venv ~/tinkerer_env -- #Make virtual environment
source ~/tinkerer_env/bin/activate -- #Activate virtual environment
pip install git+ssh://git@github.com/vladris/tinkerer.git@master -- #Take this source code from master branch
tinker --version -- #How about return number? Maybe, "1.7.0"
Works for me.
This work around isn't exactly a long term solution - the issue is the that the versions on pypi have an issue on a clean system, so I think it should be fixed.
If that fix is to update pypi to have tinkerer 1.7.0 then great! But if not then it should be solved ... :(
Thanks!
Requiring a bound of sphinx>=1.6.1,<1.7.0
fixes this issue -- it seems Directive
was removed from sphinx.compat
in 1.7
Fedora 27 x86_64. Installed with "sudo pip3 install tinkerer". This is a freshly installed system with no modifications.
Files are: