mediagoblin-devel
[Top][All Lists]
Advanced

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

Re: Mediagoblin gmg error


From: Ben Sturmfels
Subject: Re: Mediagoblin gmg error
Date: Sat, 21 Aug 2021 09:32:54 +1000
User-agent: mu4e 1.6.2; emacs 27.2

Hi Eugene,

We've recently updated the MediaGoblin master branch with a fix for this issue 
(thanks to Marco Pessotto). Can you give it another shot and let us know how 
you go?

Sorry for the long delay on responding here.

Regards,
Ben

On Tue, 25 May 2021, Eugene Kovalev wrote:

> 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]