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
Hi Mario,
We are setting up continuous integration in this pull request: #15
After that, the missing dependencies should be installed automatically, at least when installing from github, with a minimum test-suite (i.e. all the code being able to run on CPU).
For the installation from PyPI (i.e. via pip install), we will do a preliminary release of the code soon
Hey Guys,
I was trying your correlator and stumbled across some issues during the installation.
pip install dynamix
does not work. Apparently the package cannot be found on the index. Installation from GitHub works.numpy
needs to be installed before installingdynamix
, otherwise it will not work.silx
is not installed during the installation ofdynamix
which leads to an import error when trying your example.Greetings from Hamburg,
Mario
The text was updated successfully, but these errors were encountered: