Closed IvarsKarpics closed 5 years ago
Hi @IvarsKarpics,
I have tested the latest mxcube release 2.3.0.1 (mockup gui) using:
...and I have a couple of comments related to the requirement files for python3:
Hi @IvarsKarpics,
I have also tested the latest mxcube release 2.3.0.1 (mockup gui) using:
python=2.7.13 qt=4.8.7 pyqt=4.11.4 matplotlib 2.0.0
The requirements looks fine, except for the redis issue again.
Hi @jordiandreu , Thanks for the valuable feedback! Redis hwobj and redis library is optional for the qt version. I will remove the redis entry from the example configuration.
@rhfogh , @jordiandreu Is it fine to merge the PR?
@IvarsKarpics , I would recommend to specify number version for dependencies, event not mandatory, it is much clear to create environments for debugging and reproduce errors.
Does pip fail to install enum34 if Python >=3.4? (it fails in conda environment creation) In this case, I would remove the enum34 from requirements if we work in Python >=3.4.
My opinion is not worth much, not being on top of the testing, but FWIW I am fine with merging - hence my previous approval ;-)
On 16/04/2019 08:27, Ivars Karpics wrote:
@rhfogh https://github.com/rhfogh , @jordiandreu https://github.com/jordiandreu Is it fine to merge the PR?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mxcube/mxcube/pull/337#issuecomment-483544049, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXYEFTWBj1kVcxcL3s1y7v1N7_mDxuwks5vhXtegaJpZM4ciOhx.
-- Rasmus Fogh Cambridge, UK.
Ok @jordiandreu , I removed the enum34 from the python3 requirements.
Can someone merge the PR? Or is there something else to do?
Thanks @rhfogh !
Solves issues #335 and #336