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

Setuptools ignored #13

Closed
OrangeDog opened this issue Oct 26, 2016 · 4 comments
Closed

Setuptools ignored #13

OrangeDog opened this issue Oct 26, 2016 · 4 comments
Labels
Milestone

Comments

@OrangeDog
Copy link

On Windows Python 2.7.12 you get this peculiar output:

> pip list --outdated
cassandra-driver (3.4.0) - Latest: 3.7.0 [sdist]
setuptools (20.10.1) - Latest: 28.6.1 [wheel]

> pip-review
)assandra-driver==3.7.0 is available (you have 3.4.0

I then proceeded to successfully update cassandra-driver, but it doesn't appear to be able to see setuptools at all.

>pip list --outdated
setuptools (20.10.1) - Latest: 28.6.1 [wheel]

>pip-review
Everything up-to-date
@jgonggrijp
Copy link
Owner

Regarding the omission of setuptools, that reminds me of the omission of pip itself which appeared in an older issue (linked above). Fixing it on my own is not high enough on my priority list, but pull requests are welcome.

Regarding the misplaced ( in the console output: is that happening consistently in Windows Py 2? If so, please open a new ticket and specify your terminal emulator (e.g. Win 10 Command Prompt), locale settings and version of pip-review.

@jgonggrijp jgonggrijp changed the title Windows problems Setuptools ignored under Windows Python 2 Oct 26, 2016
@jgonggrijp jgonggrijp modified the milestone: Version 1.0 Oct 26, 2016
jgonggrijp added a commit that referenced this issue Nov 7, 2016
@jgonggrijp
Copy link
Owner

I now realize that this issue was closed by accident. Reopening.

@jgonggrijp jgonggrijp reopened this Dec 21, 2016
@jgonggrijp jgonggrijp changed the title Setuptools ignored under Windows Python 2 Setuptools ignored Jan 17, 2017
@jgonggrijp
Copy link
Owner

@k4rtik pointed out that the problem is also occurring in macOS. It probably applies to every Python version on every platform, hence the title change.

@jgonggrijp
Copy link
Owner

On 21. December I said this issue was closed by accident (see above). I was wrong; the issue was actually solved by @xoviat in ea283bb. Closing forever now. Sorry for the confusion.

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

No branches or pull requests

2 participants