-
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
Does not work with python from windows store #1850
Labels
Comments
I have verified that everything does indeed work once the cache directory is moved with
|
I can confirm the issue. |
Is this now working? I am still having problems |
Closing this in favor of #5331 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
-vvv
option).Issue
It seems poetry has a problem when using python installed via the windows store. I believe this is related to #816 Poetry believes it has created a venv in my AppData folder, however this folder is never created, and thus gives a filenotfound error when trying to use this venv.
The following are the errors when I try to add an environment based on a windows store python, and then again on a non-windows store python. I believe the latter isn't working because I installed poetry using the python version from the windows store.
https://gist.github.com/gazpachoking/1dd3fdfd9be5d65882e3506864e1522c
The text was updated successfully, but these errors were encountered: