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
Describe the problem
I had run this demo for several months, but two days ago, i upgraded my python algorithm and run it again, it reported an error like this
according to debugging , it fails in this part:
synchronized(this) {
this.thread.start();
try {
this.wait();
} catch (InterruptedException var4) {
if (this.error != null) {
this.error = var4;
}
}
}
how to fix this problem please?
Environment (please complete the following information):
OS Platform, Distribution, and Version: windows 10 professional ,22H2
Python Distribution and Version: 3.11.5
Java Distribution and Version: jdk17
Jep Version: 4.2.0
Python packages used (e.g. numpy, pandas, tensorflow): pytorch, numpy
The text was updated successfully, but these errors were encountered:
wangminglyx
changed the title
Call a python function reported an error
Call a python function reported an error UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 128: illegal multibyte sequence
Mar 29, 2024
Describe the problem
I had run this demo for several months, but two days ago, i upgraded my python algorithm and run it again, it reported an error like this
according to debugging , it fails in this part:
synchronized(this) {
this.thread.start();
try {
this.wait();
} catch (InterruptedException var4) {
if (this.error != null) {
this.error = var4;
}
}
}
how to fix this problem please?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: