Conflicting dependencies while installing #84
-
I am using Python 3.9.10 and trying to install the qudi-iqo-modules. While running python -m pip install -e . I am getting this error about conflicting dependencies: _ERROR: Cannot install qudi-core==1.5.0 and qudi-iqo-modules==0.5.0 because these package versions have conflicting dependencies. The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies_ How can I resolve this issue? I have already updated to the newest version as specified in the guide with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We are currently in the process of releasing v0.5.0 and in the meantime qudi-iqo-modules is hanging apparently in an uninstallable state. I am very sorry, this should not happen. For now, I suggest to install the latest stable release via
We will try to finish the release by the end of the day. Then, checking out from the latest main will work again. |
Beta Was this translation helpful? Give feedback.
I just fixed the dependency error. It should work now, if you deleted the qudi-iqo-modules folder and repeat
git clone https://github.com/Ulm-IQO/qudi-iqo-modules.git
.