Quantico-Bullet / PyBeam-QA

An simple GUI program for performing radiotherapy QA
MIT License
12 stars 2 forks source link

Windows 10 installation #2

Closed aruizbueno closed 5 months ago

aruizbueno commented 5 months ago

Hi Kagiso,

Congratulations for the great work done and thank you for sharing it. I am trying to install pybeam-qa in Windows 10 using anaconda but without success. I follow these steps: 1.- I install anaconda 2.- I install pipenv, pyside6, pylinac, pyqtgraph and pdfrw 0.4 from anaconda prompt 3.- I run the app: >>>python main.py I'm probably doing it wrong because I'm a newbie python user. Could you help me?

Greetings and thanks in advance,

Antonio

error

Quantico-Bullet commented 5 months ago

Hi Antonio,

Thank you and apologies for the cumbersome installation process (😅 I'm still ironing out a few things before making the software available via PIP).

As for your problem, the operand | was added in python 3.10. I've also set 3.10+ as a requirement in the README section.

Please confirm if your python version is not the issue

Thanks,

Kagiso

aruizbueno commented 5 months ago

Now it works using Python 3.12! Apologies for the inconvenience. Thanks,

Antonio

Quantico-Bullet commented 5 months ago

Hi Antonio

Thank you for your feedback. No inconvenience on my side, I'm always happy to help :)