Windows install question

I have successfully installed prodigy on windows 10, addressing the Visual C++ build tools and issues with cymem, preshd, and thinc version issues. When running prodigy I see the following runtime issue
C:\Python\lib\importlib_bootstrap.py:219: RuntimeWarning: cymem.cymem.Pool size changed, may indicate binary incompatib
ility. Expected 48 from C header, got 64 from PyObject
return f(*args, **kwds)
C:\Python\lib\importlib_bootstrap.py:219: RuntimeWarning: cymem.cymem.Address size changed, may indicate binary incompa
tibility. Expected 24 from C header, got 40 from PyObject
return f(*args, **kwds)

Do I have more to do to get the installation correct?

Thanks
Don

When I installed pip install -U spacy==2.0.17.dev0 solved the problem for me.

@AlejandroJCR Thanks for letting us know! Look out for v2.0.17 soon.