Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/bojohnson/Documents/MagPhyxP/magphyxp.py", line 14, in swig_import_helper
  3. return importlib.import_module(mname)
  4. File "/home/bojohnson/.anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
  5. return _bootstrap._gcd_import(name[level:], package, level)
  6. File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  7. File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  8. File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  9. File "<frozen importlib._bootstrap>", line 670, in _load_unlocked
  10. File "<frozen importlib._bootstrap>", line 583, in module_from_spec
  11.  
  12. File "<frozen importlib._bootstrap_external>", line 1043, in create_module
  13. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  14. ImportError: libgsl.so.23: cannot open shared object file: No such file or directory
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "bifurcation.py", line 1, in <module>
  20. import magphyxp
  21. File "/home/bojohnson/Documents/MagPhyxP/magphyxp.py", line 17, in <module>
  22. _magphyxp = swig_import_helper()
  23. File "/home/bojohnson/Documents/MagPhyxP/magphyxp.py", line 16, in swig_import_helper
  24. return importlib.import_module('_magphyxp')
  25. File "/home/bojohnson/.anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
  26. return _bootstrap._gcd_import(name[level:], package, level)
  27. ImportError: libgsl.so.23: cannot open shared object file: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement