Unity-Technologies/pysolotools

Error: An attempt has been made to start a new process before current process has finished

TimotheeWrightFicha opened this issue · 1 comments

Hey,

I wanted to test your tool, so I followed the README.
I must say I did pip install pysolotools without --index-url=https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple because it wasn't working with it. But it worked anyway

When trying to run this code I got an error.

from pysolotools.converters.solo2coco import SOLO2COCOConverter
from pysolotools.consumers import Solo

solo = Solo("src_data_path")
dataset = SOLO2COCOConverter(solo)
dataset.convert(output_path="output_path")

This error kept repeating itself.

image

Any help on how to use your tool would be appreciated

I was having the same problem when running the code within a Python script. Try running it through a Python console instead.