Advertisement
MakingGlitches

Untitled

Jun 16th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Data/Documents/CensusProject/gdallib/src/compiled/lib64/python3.9/site-packages/osgeo/__init__.py", line 18, in swig_import_helper
  3. return importlib.import_module(mname)
  4. File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module
  5. return _bootstrap._gcd_import(name[level:], package, level)
  6. File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  7. File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  8. File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  9. File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  10. File "<frozen importlib._bootstrap>", line 565, in module_from_spec
  11. File "<frozen importlib._bootstrap_external>", line 1173, in create_module
  12. File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  13. ImportError: libgdal.so.28: cannot open shared object file: No such file or directory
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/home/john/PycharmProjects/pythonProject/main.py", line 6, in <module>
  19. from osgeo import gdal;
  20. File "/Data/Documents/CensusProject/gdallib/src/compiled/lib64/python3.9/site-packages/osgeo/__init__.py", line 32, in <module>
  21. _gdal = swig_import_helper()
  22. File "/Data/Documents/CensusProject/gdallib/src/compiled/lib64/python3.9/site-packages/osgeo/__init__.py", line 31, in swig_import_helper
  23. return importlib.import_module('_gdal')
  24. File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module
  25. return _bootstrap._gcd_import(name[level:], package, level)
  26. ModuleNotFoundError: No module named '_gdal'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement