Re: * Owlready2 * Warning: optimized Cython parser module 'owlready2_optimized' is not available, defaulting to slower Python implementation

Posted by emir on
URL: http://owlready.306.s1.nabble.com/Owlready2-Warning-optimized-Cython-parser-module-owlready2-optimized-is-not-available-defaulting-to-n-tp2535p2548.html

I did try importing Cython.Build, no errors. I ran in cmd 'gcc --version' and it output the following version:
'gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0'.

But still when running my .py file, it shows the same warning.

At the beginning of the file I have the following lines

owlready2.JAVA_EXE = "C:/Program Files (x86)/Java/jre1.8.0_291/bin/java.exe"
owlready2.reasoning.JAVA_MEMORY = 1000

Is smth like that has to be done for Cython?