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

Not able to install isort>=4.2.5 #847

Closed
nitinsomanitcs opened this issue Feb 26, 2019 · 2 comments
Closed

Not able to install isort>=4.2.5 #847

nitinsomanitcs opened this issue Feb 26, 2019 · 2 comments
Labels
repo_needed Can't currently reproduce, if reproduction steps are added we will resivit this issue.

Comments

@nitinsomanitcs
Copy link

nitinsomanitcs commented Feb 26, 2019

I am trying to install isort version>=4.2.5, but I am getting exception errors, this is having a drastic impact as all our pipelines are failing since we are not able to install pylint==1.8.4, isort version>=4.2.5 being a dependent package. we are receiving the following error:
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/d5/nrkhtw_n1271q7vpp7b9gznc0000gp/T/pip-install-Ch1dUH/isort/
Please note these used to work until yesterday, so some latest code change must have triggered this. Can anyone please look into this? This error is not there in the latest isort package[4.3.5] but it we get this exception for version 4.3.5

gerrit-ovirt-org pushed a commit to oVirt/ovirt-system-tests that referenced this issue Feb 27, 2019
isort no longer supports 'install_requires', which makes its
installation fail.

Workaround this issue by pinning to an older version of isort (4.2.5).

The isort github issues:
- PyCQA/isort#847
- PyCQA/isort#849

Change-Id: I955f32fe60325fdcf325037f3610dd49f13f7d5e
Signed-off-by: Dan Kenigsberg <danken@redhat.com>
@timothycrosley
Copy link
Member

@nitinsomanitcs can you try updating setuptools and see if this resolves your issue?

Thanks!

~Timothy

@timothycrosley timothycrosley added the repo_needed Can't currently reproduce, if reproduction steps are added we will resivit this issue. label Mar 4, 2019
@dangreenisrael
Copy link

If this helps, we were running into an issue where checksums mismatched due to an updated version. We had to kill our lockfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo_needed Can't currently reproduce, if reproduction steps are added we will resivit this issue.
Projects
None yet
Development

No branches or pull requests

3 participants