SciKit-Surgery / scikit-surgerytutorial01

Our first tutorial, make your own Augmented Reality app.
https://scikit-surgerytutorial01.readthedocs.io/en/latest/?badge=latest
Other
6 stars 1 forks source link

PySide version issue #21

Open mianasbat opened 3 years ago

mianasbat commented 3 years ago

I cloned the repo and created a virtual environment. I tried to install the required packages the easy way i.e.

pip install -rrrequirements.txt

I got the following error

Screenshot 2021-06-18 at 14 05 22

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

thompson318 commented 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?

mianasbat commented 3 years ago

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

mianasbat commented 3 years ago

The pip list output also shows that PySide2 version 5.15.2 is installed which I believe should be a previous version.