Closed dakixr closed 1 year ago
@dakixr, which OS are you using? I had no issues in Unix, and we tested in macOS too.
Also, which Python version are you running this in? We need to update a little our dependencies for Python >3.9. Edit: I see you are in Python 3.10. We need to test this out.
My current env is:
We have problems with control flow in Python > 3.9, this is a known issue. I need to test the libraries that have just been released.
Workarounds:
pip install -e .
and do not use the -cf
optionFixed now.
A dependency with cdmcfparser seems to be the root of the problem