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 trying to install in the kontext-container, however the install script quits with this error:
Setting up nginx...
Installing Manatee-Open...
--2024-11-11 15:36:28-- https://corpora.fi.muni.cz/noske/current/src/manatee-open-2.225.8.tar.gz
Resolving corpora.fi.muni.cz (corpora.fi.muni.cz)... 147.251.51.13
Connecting to corpora.fi.muni.cz (corpora.fi.muni.cz)|147.251.51.13|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
File ‘manatee-open-2.225.8.tar.gz’ not modified on server. Omitting download.
Traceback (most recent call last):
File "/opt/kontext/scripts/install/install.py", line 101, in <module>
steps.SetupManatee(KONTEXT_PATH, stdout, stderr, args.no_cert_check).run(
File "/opt/kontext/scripts/install/steps.py", line 200, in run
for patch_path in patch_paths:
TypeError: 'NoneType' object is not iterable
root@kontext-container:/#
The text was updated successfully, but these errors were encountered:
I am trying to install in the kontext-container, however the install script quits with this error:
The text was updated successfully, but these errors were encountered: