Jens Humrich
Jens Humrich
For me, this fix helped
Thanks @WiktorMadejski just encountered the same issue!
Thanks @lokijota We are actually using the environment from a Docker image. We therefore changed the environment to load a Docker image (including Parent image, username and password) within the...
You are missing the - infront of the first argument "-val"
>>> import camelot Traceback (most recent call last): File "", line 1, in File "C:\Users\jens.Humrich\AppData\Roaming\Python\Python39\site-packages\camelot\__init__.py", line 6, in from .io import read_pdf File "C:\Users\jens.Humrich\AppData\Roaming\Python\Python39\site-packages\camelot\io.py", line 5, in from .handlers import...
Issue for me is that there exists a file and a folder called core. Python gets confused and tries to import it from the folder

This issue should be fixed in the current master.
Closse since outdated