jfcabana / omg_dosimetry

Optimized Multichannel Gafchromic Dosimetry
https://omg-dosimetry.readthedocs.io/en/latest/
MIT License
8 stars 2 forks source link

Installation issue #2

Closed LuisOlivaresJ closed 11 months ago

LuisOlivaresJ commented 1 year ago

Describe the bug ERROR: Cannot install omg-dosimetry==1.4.1 because this package versions have conflicting dependencies.

To Reproduce Steps to reproduce the behavior:

  1. Create a new conda environment conda create --name omg_d
  2. Install pip conda install pip
  3. Install omg-dosimetry pip install omg-dosimetry
  4. See error

Screenshots first desktop computer python 3__11_3

Additional information I am using

LuisOlivaresJ commented 1 year ago

I think the problem is the python version I am using (3.11.3). The package pymedphys 0.39 requires python <3.11

Creating an evironment with python 3.10 solves the issue conda create --name omg_d python=3.10

LuisOlivaresJ commented 1 year ago

One question,

When or where do you use omg_dosimetry/requirements.txt? Is it needed for packaging?

I'm not sure but the content looks too long. For example I don't have that file on my proyect and the requirements.txt file from pylinac looks pretty eassy.

Please let me know if I am missing something.

jfcabana commented 1 year ago

I don't believe omg_dosimetry/requirements.txt is used at all. I think we could delete this file.

LuisOlivaresJ commented 11 months ago

Fixed in #3