-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry Install fails on remote shell using credssp #6496
Comments
No issue running this on poetry 1.1.7. Works as expected. |
Try setting |
Added in |
If you target Machine, the environment variable should not be visible until a new process spawns (c.f. examples in icrosoft's docs ); try targeting |
That worked a treat, thanks. Should've spotted that one |
Duplicate #1917, then |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I am trying to run poetry install from a remote session using CredSSP authentication, but poetry is running into an error. I have included the full output below with the -vvv flag on.
pwsh.txt
This fails with the error:
[WinError 1312] A specified logon session does not exist. It may already have been terminated.
To Reproduce:
Will try downgrade poetry and see if the issue persists and update this with the results of that test
The text was updated successfully, but these errors were encountered: