I get the error 'NoneType' object is not iterable with socos.
socos> set 192.168.178.31
'NoneType' object is not iterable
socos> list
'NoneType' object is not iterable
I reproduced this also with a barebone docker container (to have a consistent environment)
$ docker container run --rm -ti --entrypoint=/bin/bash python and then pip install socos
I get the error
'NoneType' object is not iterablewith socos.I reproduced this also with a barebone docker container (to have a consistent environment)
$ docker container run --rm -ti --entrypoint=/bin/bash pythonand thenpip install socos