I got an error message when running fhmm_relaxed, it said:
Traceback (most recent call last): File "runLBM.py", line 5, in <module> from LatentBayesianMelding import fhmm_relaxed File "/usr/local/lib/python2.7/dist-packages/LatentBayesianMelding/fhmm_relaxed.py", line 12, in <module> import mosek.fusion File "/home/lab/.local/lib/python2.7/site-packages/mosek/__init__.py", line 323, in <module> raise ImportError('Failed to import dll "%s"' % __libname) ImportError: Failed to import dll "libmosekxx7_1.so"
I guess I've not installed mosek correctly. What I did was:
- As it is recommended in mosek's repo, I used "pip install --user https://github.com/MOSEK/Mosek.pip/archive/7.1.45.tar.gz"
- I put the license file in /home/usr/mosek folder
I got an error message when running fhmm_relaxed, it said:
Traceback (most recent call last): File "runLBM.py", line 5, in <module> from LatentBayesianMelding import fhmm_relaxed File "/usr/local/lib/python2.7/dist-packages/LatentBayesianMelding/fhmm_relaxed.py", line 12, in <module> import mosek.fusion File "/home/lab/.local/lib/python2.7/site-packages/mosek/__init__.py", line 323, in <module> raise ImportError('Failed to import dll "%s"' % __libname) ImportError: Failed to import dll "libmosekxx7_1.so"I guess I've not installed mosek correctly. What I did was: