Spheroscope doesn't work with Anaconda Python 3.9 on Apple Silicon, which does not include gdbm support. The line
hence stops spheroscope/queries.py from loading. The use of _gdbm.error to detect a cache conflict in cwb-ccc, which doesn't use GDBM itself, seems rather fishy anyway.
Spheroscope doesn't work with Anaconda Python 3.9 on Apple Silicon, which does not include gdbm support. The line
hence stops
spheroscope/queries.pyfrom loading. The use of_gdbm.errorto detect a cache conflict in cwb-ccc, which doesn't use GDBM itself, seems rather fishy anyway.