Open mianasbat opened 3 years ago
It works for me on Ubuntu. I've added requires = setuptools >= 47.1 to tox.ini which seems to help these issues when running with tox. What version of setuptools have you got?
Actually I was trying in docker so a bit different environment but still the manual process worked in docker.
As the output of pip list
shows setuptools 41.6.0
The pip list output also shows that PySide2 version 5.15.2
is installed which I believe should be a previous version.
I cloned the repo and created a virtual environment. I tried to install the required packages the easy way i.e.
I got the following error
Just to clarify,
I didnt get the error when I followed the tutorial where you are installing the two packages individually. https://scikit-surgerytutorial01.readthedocs.io/en/latest/00_Introduction.html