opengisch / qgis2to3

Tools to help porting QGIS Plugins from api version 2 to api version 3
Other
13 stars 7 forks source link

No module named 'libfuturize' #6

Open nmueller18 opened 5 years ago

nmueller18 commented 5 years ago

Following the instructions here, I got the error ModuleNotFoundError: No module named 'libfuturize'. As it turned out, Python-future has to be installed first, via pip install future (or pip3 install future, in my case).

python 3.6.8 Mac OS 10.13.6