seems like it was broken for numpy version 1.24.1.
Tried with numpy 1.23.5 and it works.
Hi OddShrimp85
I think numpy 1.24.x is broken in a lot of places we have noticed scikit breaks on it, TF and others 😞
I will make sure we fix this one
Hi, anyone experiencing issue with clearml-serving create
?
Got errorTraceback (most recent call last):
File "c:\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\learn\venv\clearml\Scripts\clearml-serving.exe\__main__.py", line 4, in <module>
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\__main__.py", line 9, in <module>
from clearml_serving.serving.model_request_processor import ModelRequestProcessor, CanaryEP
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\model_request_processor.py", line 18, in <module>
from .preprocess_service import BasePreprocessRequest
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\preprocess_service.py", line 247, in <module>
class TritonPreprocessRequest(BasePreprocessRequest):
File "D:\learn\venv\clearml\lib\site-packages\clearml_serving\serving\preprocess_service.py", line 253, in TritonPreprocessRequest
http://np.int
: 'int_contents',
File "D:\learn\venv\clearml\lib\site-packages\numpy\__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int' .
Any advice?
seems like it was broken for numpy version 1.24.1.
Tried with numpy 1.23.5 and it works.
Hi OddShrimp85
I think numpy 1.24.x is broken in a lot of places we have noticed scikit breaks on it, TF and others 😞
I will make sure we fix this one