Upcoming release -- Request for feedback and testers #241
-
Hi everyone, I've closed all the issues in this repo that I was planning to include in the next release of IKOS: https://github.com/NASA-SW-VnV/ikos/milestone/1. There's an issue pending in that milestone atm, but that issue requires no changes to this repo. I'm planning to sort that too prior to the final release. One thing that worries me a bit is that the installation method for python tools is still not working as well as it should. I'm randomly seeing errors like:
even after setting the I'm also sometimes seeing this instead:
It would help if people in the community tried the current Also helpful may be the following dockerfile (which should be updated to use |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I tried to build this from source and I'm getting issues with python, indeed. First, I would get "no such file or directory" at the
Now, I'm getting the same error as you, "This environment is externally managed".
Now it seems to produce:
I think instead it should install something under lib/pythonX.Y/ikos. I don't know what changed. I might have more time to look into this tomorrow. |
Beta Was this translation helpful? Give feedback.
-
@arthaud I have created two issues to capture these: #242, #243 For now, I'll go ahead and fix #242 with the suggestion you made. We should still figure out #243. I reached out to a couple other folks in the past few days and they recommended we switch to venvs. |
Beta Was this translation helpful? Give feedback.
-
Alright, the idea of installing under a virtualenv seems to work, I implemented it in #245. We will need to update the homebrew formula once version 3.2 is out. I can handle that. |
Beta Was this translation helpful? Give feedback.
-
Update for everyone: The issues with installation appear to be fixed, thanks to @arthaud 's last PR. Please try it and report any problems you find. |
Beta Was this translation helpful? Give feedback.
Alright, the idea of installing under a virtualenv seems to work, I implemented it in #245.
We will need to update the homebrew formula once version 3.2 is out. I can handle that.