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

BLD: Install with setup.py (pip18) #82

Closed
emvalbuena opened this issue Aug 26, 2020 · 2 comments
Closed

BLD: Install with setup.py (pip18) #82

emvalbuena opened this issue Aug 26, 2020 · 2 comments

Comments

@emvalbuena
Copy link

Hi!

I like the looks of this project.

I tried to install it with

git clone https://github.com/Michael-F-Bryan/auto-changelog.git
cd auto-changelog/
pip install .

but it didn't work. I realized there is no setup.py, because you are using poetry.

My guess is that you don't want to maintain both type of installation procedures, right?

@stdtom
Copy link
Contributor

stdtom commented Aug 27, 2020

Which pip version do you use?
I cannot reproduce it neither with 19.2.3 nor with 20.2.2.

Your example

git clone https://github.com/Michael-F-Bryan/auto-changelog.git
cd auto-changelog/
pip install .

is working as well as

pip install git+https://github.com/Michael-F-Bryan/auto-changelog.git

See also python-poetry/poetry#321 (comment)

@emvalbuena
Copy link
Author

Oh damn 😂

I am using pip 18, so that is probably the issue.

Thanks.

@emvalbuena emvalbuena changed the title BLD: Install with setup.py BLD: Install with setup.py (pip18) Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants