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

Does not work with python from windows store #1850

Closed
3 tasks done
gazpachoking opened this issue Jan 8, 2020 · 6 comments
Closed
3 tasks done

Does not work with python from windows store #1850

gazpachoking opened this issue Jan 8, 2020 · 6 comments
Labels
area/windows For Windows-specific issues kind/bug Something isn't working as expected

Comments

@gazpachoking
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: Windows 10
  • Poetry version: 1.0.0

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

@gazpachoking gazpachoking added the kind/bug Something isn't working as expected label Jan 8, 2020
@gazpachoking
Copy link
Author

I have verified that everything does indeed work once the cache directory is moved with

poetry config cache-dir "%USERPROFILE%\pypoetry\Cache"

@radek-sprta
Copy link
Contributor

radek-sprta commented Mar 15, 2020

I can confirm the issue.

@ofek
Copy link
Contributor

ofek commented Jun 30, 2020

@nstrelow
Copy link

Is this now working? I am still having problems

@finswimmer finswimmer added the area/windows For Windows-specific issues label Apr 19, 2022
@finswimmer
Copy link
Member

Closing this in favor of #5331

Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/windows For Windows-specific issues kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

5 participants