-
Notifications
You must be signed in to change notification settings - Fork 150
nbconvert entry_points call failed due to [Errno 13] Permission denied: '/' #755
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
Please post the |
And please show how |
Build Gradle file
requirements
nbmain was initialized from nbconvert
|
For some reason, nbconvert unconditionally adds the working directory to the start of We'll make Chaquopy handle this situation better in the next version. Meanwhile, you can work around it by running the following before importing nbconvert:
|
Notes for next version: Since this method is contained in a meta-path finder, it should be the only part of our import system which ever sees paths outside of the AssetFinder directory. Having |
This issue was fixed in Chaquopy 14.0.2. To upgrade, edit your app's top-level build.gradle file and change the version number of |
Chaquopy version
13.0
Devices or emulators where the issue happens
Both Devices and Emulator
Relevant parts of your code
Describe your issue
It is failing when writing the file in output directory
Stack trace
The text was updated successfully, but these errors were encountered: