Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings on installing python-future #221

Open
GitMensch opened this issue Jul 15, 2016 · 0 comments
Open

Warnings on installing python-future #221

GitMensch opened this issue Jul 15, 2016 · 0 comments

Comments

@GitMensch
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants