betacode
betacode copied to clipboard
Missing dependency 'pygtrie'
I installed the betacode module with pip install betacode
. Installation goes fine, but when I try to use it, it complains about a missing package 'pygtrie':
c:\a\src\py\tools\tei-xml>py tei.py
Traceback (most recent call last):
File "c:\a\src\py\tools\tei-xml\tei.py", line 3, in
I was expecting pip to handle this sort of thing, installing dependencies as required.
I'm running python 3.9.1 on Windows 10.