You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you for your hard work! I am writing a thesis and I want to use your development! But when running the example, an error
Traceback (most recent call last):
File "/home/user/src/SmartIDReader-Telegram-Bot-master/pySmartIdEngine.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 657, in _load_unlocked
File "", line 556, in module_from_spec
File "", line 1166, in create_module
File "", line 219, in _call_with_frames_removed
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "smart_idreader_telegram_bot.py", line 34, in
import pySmartIdEngine as se # Smart IDReader by Smart Engines
File "/pySmartIdEngine.py", line 17, in
_pySmartIdEngine = swig_import_helper()
File "/pySmartIdEngine.py", line 16, in swig_import_helper
return importlib.import_module('_pySmartIdEngine')
File "/usr/lib/python3.6/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
root@abf8939882d3:/# ls pycache bin bundle_mock_smart_idreader.zip etc lib media opt pySmartIdEngine.py root sbin srv tmp var
_pySmartIdEngine.so boot dev home lib64 mnt proc requirenmants run smart_idreader_telegram_bot.py sys usr
Hello! Thank you for your hard work! I am writing a thesis and I want to use your development! But when running the example, an error
Traceback (most recent call last):
File "/home/user/src/SmartIDReader-Telegram-Bot-master/pySmartIdEngine.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 657, in _load_unlocked
File "", line 556, in module_from_spec
File "", line 1166, in create_module
File "", line 219, in _call_with_frames_removed
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: