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
As mentioned already in #26 the straightforward installation with pip can fail due to vamp.
I got under Ubuntu 18.04 using Python 3.6.9:
$ pip install omnizart
...
ERROR: Cannot install omnizart==0.1.0, omnizart==0.1.1, omnizart==0.2.0, omnizart==0.3.0, omnizart==0.3.1, omnizart==0.3.2, omnizart==0.3.3, omnizart==0.3.4, omnizart==0.4.0 and omnizart==0.4.1 because these package versions have conflicting dependencies.
Installing numpy manually first as proposed in #26 does indeed solve this issue. I'm not completely sure if this can be solved by putting numpy as a direct dependency to setup.py as proposed in #26, but maybe you can try. Otherwise please expand the installation instructions accordingly.
The text was updated successfully, but these errors were encountered:
I've tried to explicitly put numpy as the dependency, but seems not work. I've updated the documentation to inform users to install numpy and Cython before installing omnizart.
As mentioned already in #26 the straightforward installation with
pip
can fail due tovamp
.I got under Ubuntu 18.04 using Python 3.6.9:
Installing
numpy
manually first as proposed in #26 does indeed solve this issue. I'm not completely sure if this can be solved by puttingnumpy
as a direct dependency tosetup.py
as proposed in #26, but maybe you can try. Otherwise please expand the installation instructions accordingly.The text was updated successfully, but these errors were encountered: