-
Notifications
You must be signed in to change notification settings - Fork 56
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
Installing with Microsoft Store Python is confusing #135
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Adding some additional context links. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have Python 3 installed from Microsoft Store and I installed poetry with
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
. However, I am unable to find the poetry installation at%APPDATA%\pypoetry
. I tried running the same command again but it said poetry already installed. I even tried debugging the installation script and everything includingdata_dir
looks normal, but I just can't find the installation.I suspect this is an issue caused by MS Store Python with some file system rewrite shenanigans, as everything went normal after I uninstalled this version and installed one from python.org. If possible we should warn the user or fail the installation when Microsoft Store Python is detected.
The text was updated successfully, but these errors were encountered: