Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Fab bootstrap_from_checkout fails when downgrading setuptools on OSX #125

Closed
n0izn0iz opened this issue Jul 18, 2017 · 4 comments · Fixed by #127
Closed

Fab bootstrap_from_checkout fails when downgrading setuptools on OSX #125

n0izn0iz opened this issue Jul 18, 2017 · 4 comments · Fixed by #127

Comments

@n0izn0iz
Copy link
Contributor

n0izn0iz commented Jul 18, 2017

Log: https://pastebin.com/C9W7YBLh

Seems to be a setuptools bug pypa/setuptools#1086

I've managed to get past this error by downgrading setuptools to 36.1.1 in the virtualenv before rerunning bootstrap_from_checkout

@maparent
Copy link
Contributor

The solution here is probably upgrading the setuptools version in requirements.txt. Do you mind trying that?

@n0izn0iz
Copy link
Contributor Author

On it

@vincentfretin
Copy link
Contributor

If it helps, nowadays you can create a virtualenv with the --no-setuptools option, so you can avoid issues when downgrading setuptools after in requirements.txt

@n0izn0iz
Copy link
Contributor Author

Bumping setuptools to 36.2.0 in requirements works!

@n0izn0iz n0izn0iz changed the title Fab bootstrap_from_checkout fails with setuptools 36.2.0 on OSX Fab bootstrap_from_checkout fails when dowgrading setuptools 36.2.0 on OSX Jul 18, 2017
@n0izn0iz n0izn0iz changed the title Fab bootstrap_from_checkout fails when dowgrading setuptools 36.2.0 on OSX Fab bootstrap_from_checkout fails when downgrading setuptools on OSX Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants