Closed thraxil closed 7 years ago
I can't reproduce this, do you have the complete steps that you followed?
# create a virtualenv
python3.5 -m venv t
# activate the virtualenv
. t/bin/activate
# install pytumblr
cd pytumblr
python3.5 setup.py install
# output includes 'future'
...
Searching for future
Reading https://pypi.python.org/simple/future/
Best match: future 0.16.0
Downloading https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz#md5=3e8e88a2bda48d54b1da7634d04760d7
Processing future-0.16.0.tar.gz
...
python3.5
Python 3.5.2 (default, Sep 30 2017, 18:02:24)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytumblr
>>>
Python3 support has been pushed to pypi, so installing pytumblr
using pip with python3 should work now. @thraxil try upgrading your pytumblr install and re-open this issue if it's still a problem
Can't import pytumblr on Python 3: