Closed jzr-supove closed 2 years ago
Seems like the issue was in libfoma0 version (1:0.9.18)
$ sudo apt list -a libfoma0
Listing... Done
libfoma0/focal,now 1:0.9.18+r243-6 amd64 [installed,automatic]
libfoma0/unknown 0.10.0+s305-3~focal1 amd64
Installing version 0.10.0 solved the problem:
sudo apt-get install libfoma0=0.10.0+s305-3~focal1
Installed foma:
Downloaded
foma.py
as a module into my Python virtual environment:Tried to
import foma
and got an error:Python documentation is unclear!