chaquopy

error OSError: [Errno 30] Read-only file system: '/ '

error OSError: [Errno 30] Read-only file system: '/ ' Question: I was trying to install new packages in an application with pip, but I got this error from pip._internal import main as pipmain pipmain([‘install’,’mechanize’,’-t .’]) Asked By: وائل خالد || Source Answers: If you want to add packages to your app, don’t run pip at …

Total answers: 2

How to convert an ArrayList<PyObject> to an ArrayList<Scalar>?

How to convert an ArrayList<PyObject> to an ArrayList<Scalar>? Question: I have integrated a java developed app in android studio with python files using chaquopy. The python file returns a List however I am struggling to convert that List to an ArrayList format (In the java file after the list is successfully returned from the Python …

Total answers: 1