-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
virtual environment is failing #1567
Comments
Thanks for opening an issue and sorry for the bug. Can you please attach the output of the virtual environment creation with -vvv? |
@gaborbernat below target works on my MacOs but fails on ubuntu where all CI checks are running.
|
Seems pipenv is obfuscating the virtualenv creation so there's not enough information in the output to tell for sure (ideally we'd want the -vv output of the virtualenv creation). Can you get the virtual environment creation logs? I'd suggest also trying setting the VIRTUALENV_SEEDER=pip env-var and see if that also triggers this behaviour. Thanks! |
@gaborbernat Can I request you to check with your team that get-pip.py which is updated on 10th feb is compiled on Ubuntu not on mac. |
virtualenv does not use |
@gaborbernat can you send me set of command ? |
Did you try setting the environment variable |
NO, I have to prepare a script to run on black box, which I don't have access. I can only create PR to debug the issue. No local |
Actually we are using pipenv to create a grap and install the packages. |
In that PR you can just set that env-var, not? |
@gaborbernat any idea if some value is changed for shebang length. String is getting truncated after 80, where it was allowing long length |
Yeah, that regressed sadly, we no longer support long paths; will need a bugfix for that, see #997 . |
@gaborbernat can we have long path restored or at least a way to override default value? |
As soon as I get to put in a PR; sadly there's only one of me and quite a few such issues... but working on it. |
#1579 this should do it. |
thanks, when binary will be updated ? |
#1580 work in progress |
Hello, the fix for the long path has been released via virtualenv 20.0.2; see https://pypi.org/project/virtualenv/20.0.2 . Please give a try and report back if your issue has not been addressed; if not, please comment here. We want to apologize for the inconvenience this has caused you and say thanks for having patience while we resolve the unexpected bugs with this new major release. |
Perfectly fine. Our CI is restored. |
Thanks for submitting an issue!
If submitting a BUG please provide:
if submitting an ENHANCEMENT issue:
The text was updated successfully, but these errors were encountered: