포레스트
unread,Mar 17, 2025, 3:32:29 AMMar 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to doubango-ai
Hi,
>python ../../../python/setup.py build_ext --inplace -v
I built it successfully as above, and "_ultimateCreditCard.so" file was created.
(Debian Linux 10, python 3.7.3)
After that, when I run samples/python/recognizer/run_linux_x64.sh, the following error occurs.
How can I fix this?
--------------------
Traceback (most recent call last):
File "/home/parcel/CardToPay/ultimateCreditCard-SDK-master/python/ultimateCreditCardSdk.py", line 16, in swig_import_helper
fp, pathname, description = imp.find_module('_ultimateCreditCardSdk', [dirname(__file__)])
File "/usr/lib/python3.7/imp.py", line 296, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named '_ultimateCreditCardSdk'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "recognizer.py", line 24, in <module>
import ultimateCreditCardSdk
File "/home/parcel/CardToPay/ultimateCreditCard-SDK-master/python/ultimateCreditCardSdk.py", line 26, in <module>
_ultimateCreditCardSdk = swig_import_helper()
File "/home/parcel/CardToPay/ultimateCreditCard-SDK-master/python/ultimateCreditCardSdk.py", line 18, in swig_import_helper
import _ultimateCreditCardSdk
ImportError: libtensorflow.so.1: cannot open shared object file: No such file or directory