Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation: TypeError: 'NoneType' object is not iterable #6351

Open
PeterGilles opened this issue Nov 11, 2024 · 1 comment
Open

Installation: TypeError: 'NoneType' object is not iterable #6351

PeterGilles opened this issue Nov 11, 2024 · 1 comment
Assignees
Labels

Comments

@PeterGilles
Copy link

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:/#
@tomachalek
Copy link
Member

Thank you for reporting the problem. The #6377 should fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants