Egorushka12 / Egorushka

0 stars 0 forks source link

Import Error: libgsl.so.19 can not open shared object file #1

Open Egorushka12 opened 4 years ago

Egorushka12 commented 4 years ago
  1. I am new to Ubuntu and Meep and Python, so I am not sure if I did everything right.
  2. I followed this website step by step instructions on how to download meep on Windows 10. https://medium.com/@milved/meep-is-a-free-and-open-source-software-package-for-electromagnetics-simulation-via-the-2ced3a86091c
  3. Everything worked perfectly except that I had to specify the shell of conda and I chose bash (I am not sure if it affecting my code).
  4. Also, I did the research about my problem and found the solution which worked for other people. (downgrading libgsl to the correct version as follows: conda install gsl=2.2.1), but I still have the same error. https://github.com/NanoComp/meep/issues/290
  5. I used the code from the example. https://github.com/NanoComp/meep/blob/master/python/examples/straight-waveguide.py

Code Problem

Egorushka12 commented 4 years ago

Capture