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
Hi,
when I trying install this app I have in Zorin OS issue:
"ERROR: scipy 1.7.1 has requirement numpy<1.23.0,>=1.16.5, but you'll have numpy 1.16.3 which is incompatible."
Is this important?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 4, in
from settings import ProblemTypes, version, Setting as st
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "test.py", line 4, in
from settings import ProblemTypes, version
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "train.py", line 4, in
from settings import ProblemTypes, version, Setting as st
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "test.py", line 4, in
from settings import ProblemTypes, version
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "train.py", line 4, in
from settings import ProblemTypes, version, Setting as st
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "test.py", line 4, in
from settings import ProblemTypes, version
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "train.py", line 4, in
from settings import ProblemTypes, version, Setting as st
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "test.py", line 4, in
from settings import ProblemTypes, version
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/settings.py", line 61
class ConstantStatic(metaclass=Constant):
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "./autotest/tools/get_results.py", line 2, in
from calculate_AUC import main
File "/home/tomek/AI/NeutronBlocks/NeuronBlocks/autotest/tools/calculate_AUC.py", line 5, in
from sklearn.metrics import roc_auc_score
ImportError: No module named sklearn.metrics
Hi,
when I trying install this app I have in Zorin OS issue:
"ERROR: scipy 1.7.1 has requirement numpy<1.23.0,>=1.16.5, but you'll have numpy 1.16.3 which is incompatible."
Is this important?
The text was updated successfully, but these errors were encountered: