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
but I get a very long error message sectioned below:
Building wheel for python-javabridge (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [50 lines of output]
running bdist_wheel
.....
I read a section says
"#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it with " \
^
_javabridge.c:612:10: fatal error: 'jni.h' file not found
#include "jni.h"
^~~~~~~
1 warning and 1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for python-javabridge
I did install mysqlclient alright
pip install mysqlclient===1.4.6
The text was updated successfully, but these errors were encountered:
Hi, I have tried to install plugins following the Beginner-level instructions and it did not work.
Then i tried to installing CellProfiler and its plugins from source following the https://github.com/CellProfiler/CellProfiler-plugins/blob/master/Instructions/Install_environment_instructions_mac.md
When I run the conda create env:
I get
I tried to ask
but I get a very long error message sectioned below:
I read a section says
I did install mysqlclient alright
The text was updated successfully, but these errors were encountered: