Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with PyPi toastedmarshmallow 2.15.2.post1 #21

Open
ChrisDMac opened this issue Jun 19, 2019 · 2 comments
Open

Error with PyPi toastedmarshmallow 2.15.2.post1 #21

ChrisDMac opened this issue Jun 19, 2019 · 2 comments

Comments

@ChrisDMac
Copy link

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'

@ahmetkurukose
Copy link

same problem for us also.

@kernelbug
Copy link

kernelbug commented Mar 18, 2022

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

...
marshmallow == 3.15.0
marshmallow-enum == 1.5.1
toastedmarshmallow == 2.15.2.post1
...

then it works well.
However the content

...
toastedmarshmallow == 2.15.2.post1
marshmallow-enum == 1.5.1
marshmallow == 3.15.0
...

will lead to aforementioned error for me.
NB pip gives no error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants