alexanderdevm
alexanderdevm
@matteius yes, I have tried the latest version, it's the same issue. I was testing every version from latest until I discovered that 2020.11.15 works.
@matteius I have updated back to latest pipenv: ``` pipenv --version pipenv, version 2022.7.4 ``` 1) change to double quotes -> same issue 2) added editable -> same issue 3)...
@matteius ``` pip --version pip 22.1.2 ``` i will do additional testing and see if I can create a public way to repro the issue.
@matteius I have created repo to be able reproduce the issue github: https://github.com/alexanderdevm/pipenv-bug-repro Steps: ``` git clone https://github.com/alexanderdevm/pipenv-bug-repro.git cd pipenv-bug-repro pipenv install ```
@matteius I have did additional testing and the issue is comes from the following: ``` install_requires=[f'test-lib-2@{HOST}test-lib-2.git#egg=test-lib-2'], ``` if I use a variable in the name of install_requires, then it fails...
@matteius thank you for looking into the issue. I have created a bug with requirementslib https://github.com/sarugaku/requirementslib/issues/328 The next step is a fix requirementslib side?
@matteius , a suggestion is to remove variables from `install_requires` for the time being? Its also interesting that version of pipenv 2020 and below had no issue. Actually my all...
@matteius I have updated all my setup.py to be without f-string for the moment and that resolves the issue . For the moment the next course of action: - Pipenv...
same issue here statring version 1.87.2, and mac os sonoma 14.4 The following does not work: ``` Host "Test Ubuntu" HostName xxx.xxx.xxx.xxx User test ``` However once the dash replaces...