Open joaomdsc opened 3 years ago
Hi joaomdsc,
Thanks for your patience and repro description. I'm planning to take a look at this this weekend. Should have a resolution for you by then.
The same thing applies on macOs in IntelliJ IDEA:
Traceback (most recent call last):
File "/Users/
Hi @kristoffer-paulsson , thanks for resurfacing this. I clearly forgot about it. I'll take a look this weekend.
Likely I didn't properly specify dependencies. You could also get around it by installing pygtrie the same way you installed betacode.
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
import betacode.conv
File "C:\Program Files\Python39\lib\site-packages\betacode\conv.py", line 4, in
import pygtrie
ModuleNotFoundError: No module named 'pygtrie'
I was expecting pip to handle this sort of thing, installing dependencies as required.
I'm running python 3.9.1 on Windows 10.