1712 views|1 replies

2056

Posts

0

Resources
The OP
 

Allwinner heterogeneous multi-core AI intelligent vision V853 development board evaluation - repo installation error solution [Copy link]

 This post was last edited by IC Crawler on 2022-9-25 18:46

According to the Allwinner V853 SDK download environment, the following error occurs when installing the repo:

repo help
/usr/bin/env: “python”: 没有那个文件或目录

Solution:

This error occurs because Python is not installed on the computer, or because Python2 is installed but a soft link from Python2 to Python is not created;

Note: You must install python2, you cannot use python3.

If Python is not installed, just install it using the following command:

sudo apt-get install python

If you have python2 installed, just create a soft link using the following command:

sudo ln -s /usr/bin/python2 /usr/bin/python

After repo is configured correctly, the output of entering repo help is as follows:

repo help
warning: Python 3 support is currently experimental. YMMV.
Please use Python 2.6 - 2.7 instead.
usage: repo COMMAND [ARGS]

repo is not yet installed.  Use "repo init" to install it here.

The most commonly used repo commands are:

  init      Install repo in the current working directory
  help      Display detailed help on a command

For access to the full online help, install repo ("repo init").


This post is from Domestic Chip Exchange

Latest reply

Thank you for sharing the solution to the repo installation error on the V853 development board   Details Published on 2022-9-26 07:26
 
 

6593

Posts

0

Resources
2
 

Thank you for sharing the solution to the repo installation error on the V853 development board

This post is from Domestic Chip Exchange
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list