You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install OMG Dosimetry on new computers at work, and I get an error message in the analysis module when trying to compute gamma. The error is with pymedphys trying to find the file EXTRA-DEPENDENCIES,.txt but not finding it.
The error is resolved after I install version 0.39.3.
The text was updated successfully, but these errors were encountered:
PyMedPhys is looking for
... / lib / pymedphys / dependency-extra.txt.
Conda (or venv) uses site-packages folder instead of lib, for package storage, i.e., the file is in:
... / site-packages / pymedphys / dependency-extra.txt.
By my understanding, PyMedPhys does not support installation by other means than pyenv for virtual environment management. But I do not have experience with pyenv.
One provisional solution for the issue is to force the installation of PyMedPhys v0.39
I'm trying to install OMG Dosimetry on new computers at work, and I get an error message in the analysis module when trying to compute gamma. The error is with pymedphys trying to find the file EXTRA-DEPENDENCIES,.txt but not finding it.
The error is resolved after I install version 0.39.3.
The text was updated successfully, but these errors were encountered: