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 having issues with the loom viewer and cannot seem to find any solutions online to fix it.
I have all of my loom files in the directory 'loom-datasets' which is created by loom viewer upon its first launch, but when the tool is launched it fails to read the files in the directory.
It states:
Fetch failed, checking IndexedDB cache
(If you see this while running the viewer locally, the loom-viewer probably failed to find any loom files in the loom datasets folder)
The only warning I can see when I launch loom from the terminal is:
loom_server.py:321: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. Please monkey-patch earlier. See gevent/gevent#1016
gevent.monkey.patch_all()
I was wondering if this may be the cause of the issue?
I have tried putting the loom files in a sub directory and changing the loom path but still no luck.
The text was updated successfully, but these errors were encountered:
Hey Naomi, I don't see that error when I run loom, so you probably have something different in your Python set-up than me. Can you say a bit more about what version of Python you have, and how it's installed?
I've got Python 3.6.5 version installed through Anaconda.
I have tried to use a sub directory and direct it to that path and it still doesn't work.
Get Outlook for Android<https://aka.ms/ghei36>
From: Job van der Zwan
Sent: Friday 8 June, 23:24
Subject: Re: [linnarsson-lab/loom-viewer] Fetch failed, checking IndexedDB cache (#160)
To: linnarsson-lab/loom-viewer
Cc: NaomiBreslin, Author
Hey Naomi, I don't see that error when I run loom, so you probably have something different in your Python set-up than me. Can you say a bit more about what version of Python you have, and how it's installed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#160 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AexE0ab7bp2ritfGcoc0zTUVj8I8rki2ks5t6vmYgaJpZM4UgC00>.
I am having issues with the loom viewer and cannot seem to find any solutions online to fix it.
I have all of my loom files in the directory 'loom-datasets' which is created by loom viewer upon its first launch, but when the tool is launched it fails to read the files in the directory.
It states:
Fetch failed, checking IndexedDB cache
(If you see this while running the viewer locally, the loom-viewer probably failed to find any loom files in the loom datasets folder)
The only warning I can see when I launch loom from the terminal is:
loom_server.py:321: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. Please monkey-patch earlier. See gevent/gevent#1016
gevent.monkey.patch_all()
I was wondering if this may be the cause of the issue?
I have tried putting the loom files in a sub directory and changing the loom path but still no luck.
The text was updated successfully, but these errors were encountered: