A plugin called "Python For Unity" lets Unity run python programs and have them integrated into the Unity app. It uses Python 2 which is less than ideal which brings me to my question of:
How do I install spaCy, a python module where I can only find Python 3 versions of? The exception being lfd.uci.edu which is explained here. Though, the installation for all the 2.x modules fails at installing module "thinc" with the following error message:
- building 'srsly.msgpack._unpacker' extension
- error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
- ERROR: Failed building wheel for srsly
- Failed to build blis srsly
- ERROR: Could not build wheels for blis, srsly which use PEP 517 and cannot be installed directly
How do I proceed?