Tf-pose-estimation: pip3 install AST error

Created on 19 Feb 2018  路  1Comment  路  Source: ildoonet/tf-pose-estimation

Hi @ildoonet, when I install AST from 'requirements.txt', I get the following error:
pip3 install ast
Collecting ast
Using cached AST-0.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-0bb8rt8h/ast/setup.py", line 6, in
README = codecs.open(os.path.join(here, 'AST/README'), encoding='utf8').read()
File "/usr/lib/python3.5/codecs.py", line 895, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-0bb8rt8h/ast/AST/README'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0bb8rt8h/ast/

Do you know how to solve this problem?
Thanks.

Most helpful comment

@yw155 ast is included in python3. So you can skip the installation for AST.

>All comments

@yw155 ast is included in python3. So you can skip the installation for AST.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ssoumyajit picture ssoumyajit  路  3Comments

16534165 picture 16534165  路  3Comments

jax79sg picture jax79sg  路  4Comments

khaerulumam42 picture khaerulumam42  路  6Comments

siddharthrajpatel picture siddharthrajpatel  路  4Comments