mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mediagoblin gmg error


From: Eugene Kovalev
Subject: Mediagoblin gmg error
Date: Tue, 25 May 2021 02:05:24 +0000

Hello,

I am running into a problem with MediaGoblin. I followed the instructions for setting it up here: https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html but when I get to the step "Update database data structures" and try to run gmg, I get the following error:

Traceback (most recent call last):
  File "./bin/gmg", line 33, in <module>
    sys.exit(load_entry_point('mediagoblin', 'console_scripts', 'gmg')())
  File "/srv/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 109, in main_cli
    setup_func = import_component(command_struct['setup'])
  File "/srv/mediagoblin/mediagoblin/tools/common.py", line 34, in import_component
    __import__(module_name)
  File "/srv/mediagoblin/mediagoblin/gmg_commands/batchaddmedia.py", line 30, in <module>
    from mediagoblin.tools.metadata import compact_and_validate
  File "/srv/mediagoblin/mediagoblin/tools/metadata.py", line 27, in <module>
    from jsonschema.compat import str_types
ModuleNotFoundError: No module named 'jsonschema.compat'

I seems like the jsonschema module is not available, however, `pip3 install jsonschema --user` did not fix this. I was wondering if this was a known problem and if there was some kind of fix.

Thank you!

Sincerely,
-Eugene


reply via email to

[Prev in Thread] Current Thread [Next in Thread]