I'm using cython-0.29.21 under Python 3.8.3 (under an Anaconda environment)
I have both the Microsoft Visual C++ x86 and x64 versions installed (14.26.28808.1)
I'm trying to run cython from the Anaconda Powershell (or command - tried both) windows
Working from another computer (which unfortunately isn't routinely available) the code builds fine
However I keep getting a fail with the error:
I've tried reinstalling Anaconda, Cython, and MSVC (repeatedly to see if installation order was the problem) but no change.
Since the reported error isn't the actual issue any suggestions for fixing it?
This is the full cython output
>python cythonMakeHotStrings.py build_ext --inplace
Compiling hotStringCore.pyx because it changed.
[1/1] Cythonizing hotStringCore.pyx
C:\Users\dgm55\anaconda3\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\dgm55\OneDrive\Documents\David\pythonScripts\Medical Scripts\hotStrings\hotStringCore.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
running build_ext
building 'hotStringCore' extension