speechcorpustools icon indicating copy to clipboard operation
speechcorpustools copied to clipboard

No module named 'polyglotdb.graph'

Open alpoktem opened this issue 8 years ago • 1 comments

I was just running through the README.md to get the SCT running. I am stuck in step 4 running the debug script. Running on mac, Python 3.6 where polyglotdb (0.0.2) is installed. I get this error:

Traceback (most recent call last): File "bin/qt_debug.py", line 5, in <module> from speechtools.main import MainWindow, QtWidgets File "/Users/alp/phdCloud/playground/speechcorpustools/speechtools/main.py", line 15, in <module> from .widgets import (ViewWidget, HelpWidget, DiscourseWidget, QueryWidget, CollapsibleWidgetPair, File "/Users/alp/phdCloud/playground/speechcorpustools/speechtools/widgets/__init__.py", line 4, in <module> from .connection import ConnectWidget File "/Users/alp/phdCloud/playground/speechcorpustools/speechtools/widgets/connection.py", line 12, in <module> from ..workers import AudioFinderWorker, AudioCheckerWorker File "/Users/alp/phdCloud/playground/speechcorpustools/speechtools/workers.py", line 10, in <module> from polyglotdb.graph.func import Sum ModuleNotFoundError: No module named 'polyglotdb.graph'

alpoktem avatar Sep 13 '17 15:09 alpoktem

So at this point, the released polyglotdb has outpaced SCT in development, I would recommend using the released version of SCT to test out (https://github.com/MontrealCorpusTools/speechcorpustools/releases). We're planning to have a stronger dev push for SCT that should incorporate the more recent polyglotdb this fall/winter.

mmcauliffe avatar Sep 15 '17 17:09 mmcauliffe