- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在我的 Ubuntu 14.04 中安装 ibm_db(我之前确实有那个包,但我必须格式化我的电脑)。时间:
pip install ibm_db
我在查看“tail -n100/home/nfs/user/.pip/pip.log”时遇到此错误
copying tests/test_220_PersistentConn.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_150_FetchAssocSelect_01.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_041_FetchTupleMany_01.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_060_Tables_01.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_120_FieldName.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_091_ConnmsgWrongUser.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_200_MultipleRsltsetsUniformColDefs.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_024_ForeignKeys.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_155_FetchAssocSelect_05.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_154_AllFetches.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_201_MultipleRsltsetsDiffColDefs.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_003_NumAffectedRows.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_createDropDB.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_045_FetchTupleBinaryData_01.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_260_FetchTupleMany_07.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_recreateDB.py -> build/lib.linux-x86_64-2.7/tests
copying tests/test_6561_InsertNULLValues.py -> build/lib.linux-x86_64-2.7/tests
running egg_info
creating ibm_db.egg-info
writing ibm_db.egg-info/PKG-INFO
writing top-level names to ibm_db.egg-info/top_level.txt
writing dependency_links to ibm_db.egg-info/dependency_links.txt
writing manifest file 'ibm_db.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'ibm_db.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'clidriver'
warning: no files found matching '*' under directory 'ibm_db_dlls'
writing manifest file 'ibm_db.egg-info/SOURCES.txt'
copying tests/pic1.jpg -> build/lib.linux-x86_64-2.7/tests
copying tests/spook.png -> build/lib.linux-x86_64-2.7/tests
running build_ext
building 'ibm_db' extension
creating build/temp.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/nfs/ruben/Downloads/dsdriver/./include -I/usr/include/python2.7 -c ibm_db.c -o build/temp.linux-x86_64-2.7/ibm_db.o
ibm_db.c:26:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Removing temporary dir /tmp/pip_build_ruben...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_ruben/ibm-db/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-RuRqdo-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_ruben/ibm-db
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1435, in install
requirement.install(install_options, global_options, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 706, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_ruben/ibm-db/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-RuRqdo-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_ruben/ibm-db
包裹发生了什么。源链接是否损坏?
问候!
最佳答案
据我所知,您的机器上缺少 python-dev 包。尝试安装它并重新安装 ibm_db。要安装 python-dev,请使用以下命令:
$ sudo apt-get install -y python-dev
关于python - ibm_db无法安装在Ubuntu 14.04,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28294222/
我正在尝试安装“ibm_db”gem 并验证安装。我在 Windows 7 上运行,我正在尝试对所有内容使用 32 位。我需要连接的数据库是 IBM iSeries 上的 DB2。以下是我目前使用的步
我在 Centos 7 上使用 Python,并且已经安装了带有 DB2 11.3 客户端的 GSK8Kit。 所以我设置: IBM_DB_HOME=/path/to/my/db2client/sql
我在 Linux SUSE 上安装 IBM_DB 模块时遇到问题。这是问题的详细解释。 我的 NodeJS API 使用的是 IBM_DB 模块。在我的 Windows 机器上,我可以毫无问题地安装驱
我已按照说明操作:https://www.ibm.com/developerworks/community/blogs/pd/entry/using_ibm_db2_from_node_js4?max
我正在尝试使用 Python 语言的数据分析工具 Pandas。我正在尝试使用 ibm_db 包从 IBM DB 读取数据。根据 Pandas 网站上的文档,我们至少需要提供 2 个参数,一个是要执行
我是 NodeJS 技术的新手,在从事 NodeJS 项目时,我遇到了以下问题。 我已经实现了 ibm_db 模块(以建立 DB2 连接),并使用“准备好的语句”来执行“SELECT”查询。下面的查询
我正在尝试在 Linux Ubuntu 机器上运行 python 服务。我的 Dockerfile 有一个命令可以成功安装requirement.txt中的所有依赖项,但由于超时错误而无法安装ibm_
我尝试使用 Python 包 ibm_db 连接到 Informix 数据库,但收到以下错误。 错误: builtins.Exception: [IBM][CLI Driver] SQL0902C A
好的,我是 Ruby 的新手,我正在尝试弄清楚如何连接到运行在 AS/400(iSeries、Power i、System i,无论 IBM 现在如何调用它)上的 DB2 数据库。这是我的具体情况:
我正在尝试构建 ibm_db 以在 Electron 应用程序中使用。 构建环境是 windows 7, 64 位,使用 MSVS 2015。 基本 Node 版本是 4.2.6,Electron 版
我在安装 ibm_db 时遇到问题。我收到“当该文件已存在时无法创建文件:'tests' -> 'test_2'” 我使用的是 Windows 7 x64,Python 3.6。目的是使用 SQLAl
我正在尝试在 bsd 上使用专为 linux 设计的 lib 用于 IBM-db 连接: 我已经按照适用于 linux 的 ibmdocs 安装,并将所需的 linux 库放在/compat/linu
嗨,谁能举一个如何在nodejs中使用insert语句的例子。我可以使用选择查询。但对于插入查询,我得到的结果为[]。没有看到错误,但值没有添加到原始表中。我正在使用 db2、ibm_db、expre
有没有人使用 ibm_db 包和 IBM 的 Python for PASE 来更新 IBM i(以前的 AS/400)上的 Db2 文件? 我想使用 Python 脚本(来自 QSH)来更新 Db2
我正在尝试使用带有 SSL 的 python 模块 ibm_db 连接到 DB2,但出现以下错误 conn = ibm_db.connect("DATABASE=myDB;HOSTNAME=xx.x
我正在尝试通过 pecl 安装 ibm_db2: pecl install ibm_db2 然后当它要求安装目录时,我尝试了不同的地方,结果都是一样的。它经过一系列检查等,然后尝试“制作”并出现错误:
我在 Ruby 2.3.4 上使用 Rails 5.2.0 连接到 MySQL(通过 mysql2 gem)和 DB2(通过 ibm_db gem)数据库。 当我尝试连接到 DB2 时,我得到: 加载
我使用的是 Node 版本 4.1.1。我正在尝试使用以下命令安装 Node.js 的 ibm_db 包:npm install git+https://git@github.com/ibmdb/no
我正在尝试安装 ibm_db - python3.6 但无法进行 pip 安装。在 python 2.7 上安装成功,但在 3.6 上它抛出 gcc 错误 docker 文件 RUN yum -y i
我使用这个问题/答案在 Lion 中安装 DB2:How do I install IBM DB2 Express-C on Mac OS X 10.7 Lion? 配置数据库后,我可以从命令行使用
我是一名优秀的程序员,十分优秀!