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

Poetry could fail with Python on Win10 #22

Open
ivanshilo opened this issue Apr 24, 2023 · 2 comments
Open

Poetry could fail with Python on Win10 #22

ivanshilo opened this issue Apr 24, 2023 · 2 comments

Comments

@ivanshilo
Copy link

I have tried to install newest version of cameratransform that now requires poetry. (Documentation update anyone?)
It turns out that one must install python with normal installation under Win10 that uses user's local folder for installation like
'%userprofile%\AppData\Local\Programs\Python\Python311'
If you install python with MS Store app, it will be sandboxed into 'C:\Users\shilo_i\AppData\Local\Packages\Python...' and this is not going smooth with poetry.

@rgerum
Copy link
Owner

rgerum commented Apr 24, 2023

Hmm but that seems to be a problem that poetry should resolve, no? Its not intrinsically a problem with cameratransform. In theory packages build with poetry should be installable with pip (at least as far as I understood).

@ivanshilo
Copy link
Author

Hmm but that seems to be a problem that poetry should resolve, no? Its not intrinsically a problem with cameratransform. In theory packages build with poetry should be installable with pip (at least as far as I understood).

That's correct. I put it here as a hint for others instead of telling them: "go find a known issue on poetry github" (Which I didn't find there)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants