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
Has an attempt to add in the required hooks made to the upstream marshmallow project?
The reason I ask this is because if one tries to install a marshmallow plugin, say, marshmallow-jsonschema, it has marshmallow listed as its dependency and will pull that in when installing.
We're then left with an unpredictable situation on which marshmallow library will python import.
If we uninstall it afterward, we end up with something like:
pkg_resources.DistributionNotFound: The 'marshmallow>=2.9.0' distribution was not found and is required by marshmallow-jsonschema
The text was updated successfully, but these errors were encountered:
Has an attempt to add in the required hooks made to the upstream marshmallow project?
The reason I ask this is because if one tries to install a marshmallow plugin, say,
marshmallow-jsonschema
, it hasmarshmallow
listed as its dependency and will pull that in when installing.We're then left with an unpredictable situation on which
marshmallow
library will python import.If we uninstall it afterward, we end up with something like:
The text was updated successfully, but these errors were encountered: