Error installing PyMISP #945
|
Hello,
Attached is the error message after the command:
Many thanks and best regards |
Replies: 3 comments
|
I think that the issue is nosetests doesn't supports python 3.9+ |
|
Thanks. Now it works with Python 3.8.10. I was confused because of the important notice in the readme regarding the python version. |
|
Oh, right, I didn't update the readme, sorry for that. We run the tests with pytest now: https://github.com/MISP/PyMISP/blob/main/.github/workflows/pytest.yml#L35 |
I think that the issue is nosetests doesn't supports python 3.9+