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
poetry add ASuperPackage # like sagemaker (pip) vs sagemaker (the name of my poetry project)
Issue
The error is only an AssertionError which does not says why the add is failing.
After banging my head on the wall, I found out that my poetry project name was the same of the pip package I wanted to install (in my case sagemaker)
I don't know how we could solve that, maybe a more descriptive error ? A version check of the packages (sagemaker is 2.97.0, my package 0.1.0) ?
Thanks in advance,
Have a great day.
The text was updated successfully, but these errors were encountered:
-vvv
option).poetry add ASuperPackage # like sagemaker (pip) vs sagemaker (the name of my poetry project)
Issue
The error is only an
AssertionError
which does not says why theadd
is failing.After banging my head on the wall, I found out that my poetry project name was the same of the pip package I wanted to install (in my case
sagemaker
)I don't know how we could solve that, maybe a more descriptive error ? A version check of the packages (sagemaker is 2.97.0, my package 0.1.0) ?
Thanks in advance,
Have a great day.
The text was updated successfully, but these errors were encountered: