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
I've installed future with pip3 via dependency, resulting in
Downloading/unpacking future (from pyqode.core)
Downloading future-0.15.2.tar.gz (1.6MB): 1.6MB downloaded
Running setup.py (path:/tmp/pip_build_root/future/setup.py) egg_info for package future
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
Installing collected packages: pyqode.core, pyqode.qt, pygments, future
Running setup.py install for future
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
Installing futurize script to /usr/local/bin
Installing pasteurize script to /usr/local/bin
Rechecked with current Version after uninstall:
sudo pip3 install git+http://github.com/PythonCharmers/python-future.git --upgrade --pre
Downloading/unpacking git+http://github.com/PythonCharmers/python-future.git
Cloning http://github.com/PythonCharmers/python-future.git to /tmp/pip-2qt_hw9v-build
Running setup.py (path:/tmp/pip-2qt_hw9v-build/setup.py) egg_info for package from git+http://github.com/PythonCharmers/python-future.git
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
Installing collected packages: future
Running setup.py install for future
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
Installing futurize script to /usr/local/bin
Installing pasteurize script to /usr/local/bin
Successfully installed future
Cleaning up...
Seems like a minor issue in setup.py
The text was updated successfully, but these errors were encountered:
I've installed future with pip3 via dependency, resulting in
Rechecked with current Version after uninstall:
Seems like a minor issue in setup.py
The text was updated successfully, but these errors were encountered: