Closed anagorko closed 2 years ago
Thanks for reporting. I don't have Ubuntu 22.04 for testing myself. In my quick testing, it does work on Ubuntu 20.04 for Python 3.8 on Windows under WSL2. It also works for Python 3.10 under Windows. I'll see if I can set up regression testing with github actions to get more comprehensive testing against a more recent Ubuntu with more recent versions of Python.
Do you have any clue yourself as to what is triggering the error?
Looking closer at the error messages, this seems like a duplicate of #53.
2. I ran "git submodule update --init", which failed. Had to run
echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
first.
This should now be fixed with https://github.com/mcmtroffaes/pycddlib/commit/9ae7f38c448e9bb848cfc28f89ed3952058ff79e
Closing as duplicate... I think I got a fix, will discuss in #53.
Thank you for such a quick response! I can confirm that the problem is fixed.
Awesome, thanks for testing it out and confirming!
After upgrade to Ubuntu 22.04 pip install fails:
I managed to install everything from source. I'm including steps below for others that may have similar issue.
first.
3.
finally worked