MatteoLacki / IsoSpec

Libraries for fine isotopic structure calculator.
Other
35 stars 10 forks source link

Compatibility issue with openSUSE Linux Leap 15.3 #42

Closed daneletourneau closed 2 years ago

daneletourneau commented 2 years ago

I am running openSUSE Leap 15.3, with Python 3.6.15 running in a virtual environment. I was having major issues trying to get IsoSpec to run in this scenario, as it was throwing warnings about not being able to find the C++ part of the software. After some fiddling, I managed to figure out that the libIsoSpec++.so file was not getting copied into the ".egg" library in the virtual environment when IsoSpec was installed. Copying this seemed to solve the issue. I've summarized the exact steps I took to restore functionality below:

michalsta commented 2 years ago

Hi,

I can't reproduce the error. Could you outline the exact steps you're taking that lead to it? Do you create a clean, empty venv? Is your arch x86_64? Is that OpenSUSE on bare metal or a docker image? Would be perfect if you could reproduce this error in a clean docker iamge and post a step-by-step instruction :)

daneletourneau commented 2 years ago

Hello,

I have been looking into this further, it may be that this was the result of something else that was not configured properly with my system. I am investigating further, and will close this issue if I can confirm that this wasn't a universal problem!