首页 > 编程语言 > 详细

Debian for ARM install python 3.5.x

时间:2017-02-19 10:42:43      阅读:486      评论:0      收藏:0      [点我收藏+]
/**********************************************************************************
 *                   Debian for ARM install python 3.5.x
 * 
 *
 *                              
 ********************************************************************************/

1. ref:
    1. Download Page for python3.5_3.5.3-1_armhf.deb on ARM Hard Float machines
        https://packages.debian.org/sid/armhf/python3.5/download

2. resolve:
    You should be able to use any of the listed mirrors by adding a line to your /etc/apt/sources.list like this:

    deb http://ftp.de.debian.org/debian sid main 

3. pip:
   1. How to install pip with Python 3?
        http://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3
   2. install module:
       root@aplex:/# pip3 install python-can
        qemu: Unsupported syscall: 384
        The directory /home/aplex/.cache/pip/http or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudos -H flag.
        The directory /home/aplex/.cache/pip or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudos -H flag.
        Collecting python-can
          Downloading python_can-1.5.2-py3-none-any.whl (79kB)
              100% |████████████████████████████████| 81kB 164kB/s 
              Installing collected packages: python-can
              Successfully installed python-can-1.5.2

 

Debian for ARM install python 3.5.x

原文:http://www.cnblogs.com/zengjfgit/p/6414722.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!