You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Following the instructions here, I got the error
ModuleNotFoundError: No module named 'libfuturize'
. As it turned out,Python-future
has to be installed first, viapip install future
(orpip3 install future
, in my case).python 3.6.8
Mac OS 10.13.6
The text was updated successfully, but these errors were encountered: