wITTus

Results 3 comments of wITTus

For me, a symlink did the trick. E.g.: ``` root@ca29b4149d5d:/usr/lib/x86_64-linux-gnu# ln -s libpython3.5m.so.1 libpython3.5m.so ```

I found the problem. Locally, I had `typing-extensions-3.7.4.3` installed. Uninstalling the package solved the problem. It seems that conda makes use of packages in `~/.local/lib` which breaks a lot of...

Of course you are correct. I'm sorry, I can't reproduce it. According to the code, it happens in the function `LMCrew`, which is called only once within the same file...