Forums - ImportError: libpython3.4m.so.1.0: cannot open shared object file: No such file or directory

3 posts / 0 new
Last post
ImportError: libpython3.4m.so.1.0: cannot open shared object file: No such file or directory
bnarendar89
Join Date: 21 Jan 19
Posts: 5
Posted: Thu, 2019-04-04 23:22

Hi,

I am getting the following error while running the command " python ./models/inception_v3/scripts/setup_inceptionv3.py -a ./temp-assets-cache -d"

ImportError: libpython3.4m.so.1.0: cannot open shared object file: No such file or directory
 
Request you help on the same.
Thanks in Advance.
 
Regards,
Narendar
  • Up0
  • Down0
jihoonk
Profile picture
Join Date: 28 Jan 13
Location: Seoul
Posts: 55
Posted: Fri, 2019-04-05 00:16

Hi bnarendar89,

You need to install python 3.4. Refer to following setup guide.

https://developer.qualcomm.com/docs/snpe/setup.html

Thanks,

jihoonk

  • Up0
  • Down0
gesqdn-forum
Join Date: 4 Nov 18
Posts: 184
Posted: Tue, 2019-04-09 06:28

Hi bnarendar89,

This error came when you have not installed python3.4 on the system, for resolving this please install python3.4 by issuing the below command, if you are working on ubuntu.

$ sudo apt install libpython3.4 libpython3.4-dev libpython3.4-minimal


If you don't want to work with the python3.4 then you can update the alternative of python using below command.

$ sudo update-alternatives --config python

Select the prefered alternative for python from the list after issuing the command.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.