You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My operating system is ubuntu
python version is the default python 3.8 I need to pass an image to python code via java to do image processing. In this image processing I need to import ocatve (oct2py)
plugins {
id 'com.android.application'
id 'com.chaquo.python'
}
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'com.chaquo.python' version '13.0.0' apply false
}
The text was updated successfully, but these errors were encountered:
mhsmith
changed the title
cannot pip install Octave
cannot pip install Octave / oct2py
Mar 3, 2023
The recommended package for calling Octave from Python appears to be called oct2py, not octave. oct2py can be installed successfully, but it currently fails to import because of #820.
We'll fix #820 in the next version of Chaquopy. However, it looks like Octave is a compiled component, so it will still have to be built separately. And if it depends on calling an executable, as this implies, then it will also be blocked by #605.
Hello,First of all, thank you for your creation!
I want to do an image transformation in chaquopy (https://en.wikipedia.org/wiki/B-spline). But I can't install octave in pip, how can I fix it?
My operating system is ubuntu
python version is the default python 3.8
I need to pass an image to python code via java to do image processing. In this image processing I need to import ocatve (oct2py)
plugins {
id 'com.android.application'
id 'com.chaquo.python'
}
android {
namespace 'com.example.demo15'
compileSdk 33
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'com.chaquo.python' version '13.0.0' apply false
}
The text was updated successfully, but these errors were encountered: