-
Notifications
You must be signed in to change notification settings - Fork 151
come.chaquo.python.PyException: PermissionError: [Errno 13] Permission denied: 'convert' #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This partial stack trace isn't enough to understand what's happening. Please post the full stack trace. |
Please find full stack trace
|
I can't reproduce this problem. Does it happen on all devices and emulators? If not, which ones does it happen on? And have you attempted to provide the "convert" program yourself? |
Actually sorry, I can reproduce it now, but only on a physical device, not an emulator. I'll look into it and see if I can come up with a workaround. |
I think it's caused by inaccessible directories on the
|
It worked for me, Thank you ! |
This issue is fixed in Chaquopy 9.0.0. To upgrade, edit your app's top-level build.gradle file and change the version number of |
I am using neurokit2-0.0.39-py2.py3-none-any.whl file . After import neurokit2 as no it is giving following error. I have set Storage/Internet permission in Android Manifest. Can you please help us what permission require for 'Convert' or any other solution.
StackTrace :
come.chaquo.python.PyException: PermissionError: [Errno 13] Permission denied: 'convert'
. at .subprocess._execute_child(subprocess.py:1702)
at .subprocess.init(subprocess.py:854)
. at .subprocess.run(subprocess.py:489)
at .subprocess.check_output(subprocess.py:411)
. at .matplotlib.impl(init.py:323) ....
The text was updated successfully, but these errors were encountered: