gpt4 book ai didi

python - 在 Win7 中安装 qPython

转载 作者:行者123 更新时间:2023-11-28 22:46:00 31 4
gpt4 key购买 nike

作为 Python 和 KDB+/Q 的新手,我尝试安装 qPython包(用于 KDB+ 的 Python API,不要被误认为是 QPython)。

  1. 我从 https://github.com/exxeleron/qPython/releases/tag/qPython-1.0-RC1

  2. 在 Win cmd 中,我运行了 python setup.py install(从上面第 1 步给出的路径)

  3. 收到以下错误日志。

它实际上在说什么,我应该如何进行?


Compiling qpython/fastutils.pyx because it changed.
Cythonizing qpython/fastutils.pyx
running install
running build
running build_py
creating build
creating build\lib.win-amd64-2.7
creating build\lib.win-amd64-2.7\qpython
copying qpython\qcollection.py -> build\lib.win-amd64-2.7\qpython
copying qpython\qconnection.py -> build\lib.win-amd64-2.7\qpython
copying qpython\qreader.py -> build\lib.win-amd64-2.7\qpython
copying qpython\qtemporal.py -> build\lib.win-amd64-2.7\qpython
copying qpython\qtype.py -> build\lib.win-amd64-2.7\qpython
copying qpython\qwriter.py -> build\lib.win-amd64-2.7\qpython
copying qpython\utils.py -> build\lib.win-amd64-2.7\qpython
copying qpython\_pandas.py -> build\lib.win-amd64-2.7\qpython
copying qpython\__init__.py -> build\lib.win-amd64-2.7\qpython
creating build\lib.win-amd64-2.7\samples
copying samples\async_query.py -> build\lib.win-amd64-2.7\samples
copying samples\console.py -> build\lib.win-amd64-2.7\samples
copying samples\publisher.py -> build\lib.win-amd64-2.7\samples
copying samples\sync_query.py -> build\lib.win-amd64-2.7\samples
copying samples\tick_subscriber.py -> build\lib.win-amd64-2.7\samples
copying samples\twistedclient.py -> build\lib.win-amd64-2.7\samples
copying samples\__init__.py -> build\lib.win-amd64-2.7\samples
copying LICENSE -> build\lib.win-amd64-2.7
copying CHANGELOG.txt -> build\lib.win-amd64-2.7
copying README.rst -> build\lib.win-amd64-2.7
copying requirements.txt -> build\lib.win-amd64-2.7
running build_ext
building 'qpython.fastutils' extension
creating build\temp.win-amd64-2.7
creating build\temp.win-amd64-2.7\Release
creating build\temp.win-amd64-2.7\Release\qpython
G:\R\Rtools\gcc-4.6.3\bin\gcc.exe -DMS_WIN64 -mdll -O -Wall -IG:\Anaconda\lib\site-packages\numpy\core\include -IG:\Anaconda\include -IG:\Anaconda\PC -c qpython/fastutils.c -o build\temp.win-amd64-2.7\Release\qpython\fastutils.o
In file included from G:\Anaconda\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1804:0, from G:\Anaconda\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:17, from G:\Anaconda\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4, from qpython/fastutils.c:232: G:\Anaconda\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:
12:9: note: #pragma message: G:\Anaconda\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
qpython/fastutils.c: In function '__Pyx_RaiseArgtupleInvalid':
qpython/fastutils.c:4376:18: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4376:18: warning: format '%s' expects argument of type 'char*', but argument 5 has type 'Py_ssize_t' [-Wformat]
qpython/fastutils.c:4376:18: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4376:18: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: In function '__Pyx_BufFmt_ProcessTypeChunk':
qpython/fastutils.c:4754:26: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4754:26: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4754:26: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c:4806:20: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4806:20: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4806:20: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: In function '__pyx_buffmt_parse_array':
qpython/fastutils.c:4868:25: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:4868:25: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: In function '__Pyx_GetBufferAndValidate':
qpython/fastutils.c:5053:7: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:5053:7: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'Py_ssize_t' [-Wformat]
qpython/fastutils.c:5053:7: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:5053:7: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: In function '__Pyx_RaiseTooManyValuesError':
qpython/fastutils.c:5413:18: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:5413:18: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: In function '__Pyx_RaiseNeedMoreValuesError':
qpython/fastutils.c:5419:18: warning: unknown conversion type character 'z' in format [-Wformat]
qpython/fastutils.c:5419:18: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'Py_ssize_t' [-Wformat]
qpython/fastutils.c:5419:18: warning: too many arguments for format [-Wformat-extra-args]
qpython/fastutils.c: At top level: G:\Anaconda\lib\site-packages\numpy\core\include/numpy/__multiarray_api.h:1629:1: warning: '_import_array' defined but not used [-Wunused-function]
G:\Anaconda\lib\site-packages\numpy\core\include/numpy/__ufunc_api.h:241:1: warning: '_import_umath' defined but not used [-Wunused-function]
writing build\temp.win-amd64-2.7\Release\qpython\fastutils.def
G:\R\Rtools\gcc-4.6.3\bin\gcc.exe -DMS_WIN64 -shared -s build\temp.win-amd64-2.7\Release\qpython\fastutils.o build\temp.win-amd64-2.7\Release\qpython\fastutils.def -LG:\Anaconda\libs -LG:\Anaconda\PCbuild\amd64 -lpython27 -lmsvcr90 -o build\lib.win-amd64-2.7\qpython\fastutils.pyd
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs/libpython27.a when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs/python27.lib when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs\libpython27.a when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs/libpython27.a when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs/python27.lib when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs\python27.lib when searching for -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lpython27
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs/libmsvcr90.a when searching for -lmsvcr90
g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: skipping incompatible G:\Anaconda\libs\libmsvcr90.a when searching for -lmsvcr90
collect2: ld returned 1 exit status
error: command 'G:\\R\\Rtools\\gcc-4.6.3\\bin\\gcc.exe' failed with exit status 1

最佳答案

看起来这是罪魁祸首:

g:/r/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lpython27

是的,我会说你需要安装 python-dev 来获取用于链接的 python27 库。

关于python - 在 Win7 中安装 qPython,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27974636/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com