You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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)
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.
The text was updated successfully, but these errors were encountered: