简体   繁体   中英

"oursql" python library installation issue on windows

I am trying to install oursql for flask based project and I get this dependency error related to Cython but Cython is installed and I can import it fine in shell. I've upgraded pip and virtualenv but couldn't get oursql installed on windows OS. If someone can suggest a solution that would be a relief and I am trying to find a way around for windows. Following is error:

(genzconnect) C:\Users\AliKhan\connectspace\connectproject>pip3 install oursql
Collecting oursql
  Using cached oursql-0.9.3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\AliKhan\AppData\Local\Temp\pip-build-5jo_6fot\oursql\setup
.py", line 53
        print "cython not found, using previously-cython'd .c file."
                                                                   ^
    SyntaxError: Missing parentheses in call to 'print'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\AliKhan
\AppData\Local\Temp\pip-build-5jo_6fot\oursql\

For python3.x try-

pip3 install oursql3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM