Hi folks,
currently cffconvert downgrades jsonschema to 3.2.0 upon pip install. This makes Jupyter notebook and lab fail with a ModuleNotFoundError: No module named 'jsonschema.protocols' error.
This means that users who have the current versions of jupyter installed need to create a new environment for cffconvert specially. This could be avoided by making the code compatible with jsonschema==4.
Hi folks,
currently cffconvert downgrades
jsonschemato 3.2.0 upon pip install. This makes Jupyter notebook and lab fail with aModuleNotFoundError: No module named 'jsonschema.protocols'error.This means that users who have the current versions of jupyter installed need to create a new environment for cffconvert specially. This could be avoided by making the code compatible with
jsonschema==4.