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
Probably the order of packages installation might matter. I install dependencies via pip -r mechanism and observe the next thing:
lets suppose requirements.txt contains
With the toastedmarshmallow 2.15.2.post1, we are now receiving the following error:
This does not happen with toastedmarshmallow==2.15.2.
Error is:
File "/opt/app-root/lib/python3.6/site-packages/toastedmarshmallow/init.py", line 1, in
| from marshmallow import SchemaJit
| ImportError: cannot import name 'SchemaJit'
The text was updated successfully, but these errors were encountered: