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

pip freeze outputs deprecated form of VCS requirement #9106

Open
bersbersbers opened this issue Nov 5, 2020 · 5 comments
Open

pip freeze outputs deprecated form of VCS requirement #9106

bersbersbers opened this issue Nov 5, 2020 · 5 comments
Labels
state: blocked Can not be done until something else is done

Comments

@bersbersbers
Copy link

Environment

  • pip version: 20.2.4
  • Python version: 3.8.6
  • OS: Linux

Description

user@host:~/myproj> pip freeze | grep myproj
user@host:~/myproj> pip install -e .
Obtaining file:///home/user/myproj
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Installing collected packages: myproj
  Running setup.py develop for myproj
Successfully installed myproj
user@host:~/myproj> pip freeze | grep myproj
-e git+git@git.company.com:user/myproj.git@haaaaaaaaaaaaaaaaaash#egg=myproj
user@host:~/myproj>

I am not sure that the -e ... line is intended like this at all, but it certainly uses a format that is deprecated:

if not self.link.is_vcs:
reason = (
"This form of VCS requirement is being deprecated: {}."
).format(
self.link.url
)

@uranusjr uranusjr changed the title pip freeze outputs deprecated form of CVS requirement pip freeze outputs deprecated form of VCS requirement Nov 5, 2020
@uranusjr
Copy link
Member

uranusjr commented Nov 5, 2020

I assume title was a typo to VCS (version control system) because IIRC pip does not support CVS (Concurrent Versions System).

@DiddiLeija DiddiLeija added the S: awaiting response Waiting for a response/more information label Aug 27, 2021
@no-response
Copy link

no-response bot commented Sep 11, 2021

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@no-response no-response bot closed this as completed Sep 11, 2021
@bersbersbers
Copy link
Author

@DiddiLeija what where you waiting a response for?

@no-response no-response bot removed the S: awaiting response Waiting for a response/more information label Sep 11, 2021
@no-response no-response bot reopened this Sep 11, 2021
@DiddiLeija
Copy link
Member

DiddiLeija commented Sep 11, 2021

Sorry, my misunderstanding got involved here.

@uranusjr, is there any update for this issue?

@uranusjr
Copy link
Member

uranusjr commented Sep 12, 2021

The legacy URL form is the only format supported for editable installs, so there’s no reasonable action available until someone can finish #9471.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: blocked Can not be done until something else is done
Projects
None yet
Development

No branches or pull requests

4 participants