Skip to content

pip install does not work for cherry_picker #149

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

Closed
pitrou opened this issue Jun 28, 2017 · 4 comments
Closed

pip install does not work for cherry_picker #149

pitrou opened this issue Jun 28, 2017 · 4 comments

Comments

@pitrou
Copy link
Member

pitrou commented Jun 28, 2017

The readme.rst seems outdated:

(cherry_picker) antoine@fsol:~/cpython/core-workflow/cherry_picker $ pip install .
Directory '.' is not installable. File 'setup.py' not found.
@Mariatta
Copy link
Member

We use flit now, so the command will be flit install .

pip install cherry_picker still works, it will install the released package in PyPI.
I can make a release today that'll include the latest change: #148.

@Mariatta
Copy link
Member

Mariatta commented Jun 28, 2017

Correction.. the command is flit install (without the dot)

@brettcannon
Copy link
Member

brettcannon commented Jun 28, 2017

It should be mentioned that once PEP 517 is done and pip supports it then pip install . will work again, so it's coming someday. 😉

@Mariatta
Copy link
Member

v.0.1.0 is in PyPI now, so you can do pip install -U cherry_picker

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

3 participants