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
However, it seems that volumentations is not compatible with other versions of pyyaml. Could you please share some information how you managed to handle this problem?
The text was updated successfully, but these errors were encountered:
We simulated the installation process again and checked that it works fine in our environment. It seems that error is related to importlib-metadata library. You may check the version of corresponding library.
Hi,
Thanks for releasing the code. I failed to install the dependency
pyyaml==5.4.1
and I got the error:AttributeError: cython_sources
I found some solutions by switching to another version like yaml/pyyaml#724 (comment)
However, it seems that
volumentations
is not compatible with other versions of pyyaml. Could you please share some information how you managed to handle this problem?The text was updated successfully, but these errors were encountered: