Closed alexanderzobnin closed 5 years ago
I'm trying to put zas_agent into docker container and faced an issue. There's an error during installation, related to numpy (latest version required python 3.x). So a possible solution is restricting numpy version in setup.py.
numpy
setup.py
I'm trying to put zas_agent into docker container and faced an issue. There's an error during installation, related to
numpy
(latest version required python 3.x). So a possible solution is restrictingnumpy
version insetup.py
.