You are not logged in.
I am trying to install freecad, which depends on med-openmpi, which depends on hdf5-openmpi, which conflicts with hdf5 which is required by python-h5py which is required by python-keras and python-tensorflow which I need to keep.
What can I do?
# sudo pacman -S freecad
resolving dependencies...
looking for conflicting packages...
:: hdf5-openmpi and hdf5 are in conflict. Remove hdf5? [y/N] y
:: hdf5-openmpi and python-h5py are in conflict. Remove python-h5py? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-h5py breaks dependency 'python-h5py' required by python-keras
:: removing python-h5py breaks dependency 'python-h5py' required by python-tensorflowThank you.
Last edited by radmac (2022-10-21 11:33:52)
Offline
Replace python-h5py with python-h5py-openmpi
Offline
That actually worked!
Thanks.
Offline