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
I am getting the following error when trying to commit changes to a PR in the ml-in-rd repo:
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/share/miniconda3/envs/manubot/lib/python3.7/site-packages/markupsafe/__init__.py)
Where would be the best place to add the necessary updates? - in manubot rootstock or individual forks? If this needs to be updated in individual forks, can you please point me to the best place to make this change.
Thanks!
Jineta
The text was updated successfully, but these errors were encountered:
I am getting the following error when trying to commit changes to a PR in the ml-in-rd repo:
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/share/miniconda3/envs/manubot/lib/python3.7/site-packages/markupsafe/__init__.py)
It seems like this may be related to a version update : pallets/markupsafe#284
Where would be the best place to add the necessary updates? - in manubot rootstock or individual forks? If this needs to be updated in individual forks, can you please point me to the best place to make this change.
Thanks!
Jineta
The text was updated successfully, but these errors were encountered: