I am migrating Open EdX platform from native(lilac) to tutor(olive) , while importing courses to studio I am getting an error:
xmodule.modulestore.exceptions.ItemNotFoundError: BlockKey(type='scormxblock', id='cf1b18fadd6948579528xXxxxxxxxxx')
which is related to the scorm xblock , after searching in the forum I have found this post where Regis suggesting 2 solutions , I have went with the second one to remove the “openedx-scorm-xblock” and rebuild the docker image after intalling “edx_xblock_scorm" .
I tried to remove the xblock and have ran
$ pip uninstall openedx-scorm-xblock
WARNING: Skipping openedx-scorm-xblock as it is not installed.
I received that the xblock is not installed.
Any worked solution how to uninstall the openedx-scorm-xblock" ?