[issue15822] installed python may fail incorrectly trying to rebuild lib2to3 grammar pickles

2019-03-16 Thread Bun Hin
Bun Hin added the comment: I have similar problem with python 3.7.0 or 3.7.2, how to fix my installation to get it work? please help Thanks -- nosy: +bunhin ___ Python tracker <https://bugs.python.org/issue15

[issue36313] error: [Errno 13] Permission denied: '/usr/local/lib/python3.7/lib2to3/Grammar3.7.2.final.0.pickle'

2019-03-16 Thread Bun Hin
Bun Hin added the comment: is there any better way to configure other than as root? because this python3.7 may be used by other user too in a more strict environment, compile it other than root (sudo) may not be allowed also. using a user may have permission issue as well right? i am

[issue36313] error: [Errno 13] Permission denied: '/usr/local/lib/python3.7/lib2to3/Grammar3.7.2.final.0.pickle'

2019-03-16 Thread Bun Hin
New submission from Bun Hin : I get this error while installing some packages with pip3 inside an environment using centOS 7 with python 3.7.2 as parallel install. step to reproduce: (dependancies are installed) rm -rf /usr/local/lib/python3.7 cd /root/ wget https://www.python.org/ftp/python