PermissionError in python 3 while creating Virtual environment... please solve | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

PermissionError in python 3 while creating Virtual environment... please solve

Hello friends,,,While creating a virtual environment,the command prompt showed me PermissionError.How can I fix this??? Please help me.The error is like↓↓↓↓ /storage/emulated/0 $ virtualenv me_env PermissionError: [Errno 1] Operation not permitted: '/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/bin/python3.8' -> '/storage/emulated/0/me_env/bin/python'/storage/emulated/0 $

6th Aug 2020, 4:21 AM
Vikas
Vikas - avatar
2 Answers
0
It means you do not have the persmission as a user to modify files in that path. If you're using Termux (or a similar terminal emulator for android) then make sure you go to "Apps > {Name Of The App} > Permissions" and allow storage permission.
6th Aug 2020, 4:23 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Aymane Boukrouh still not working.
5th Jul 2021, 10:30 AM
Labib Hasan
Labib Hasan - avatar