Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The example does not work #1

Open
AraKchrUser opened this issue Jan 11, 2022 · 1 comment
Open

The example does not work #1

AraKchrUser opened this issue Jan 11, 2022 · 1 comment

Comments

@AraKchrUser
Copy link

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):

@AraKchrUser
Copy link
Author

I even ran this on docker, but the error remains:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant