python memoryerror ubuntu_python - 无法在我的Ubuntu机器中安装“ xlwings” - 堆栈内存溢出...

我正在尝试在Ubuntu计算机中安装xlwings模块,但失败如下

pip3 install xlwings

Collecting xlwings

Using cached https://files.pythonhosted.org/packages/cc/c9/6bb1849dbee6e8a40beb9a0d21df9787bee45cda1d0bb575a0cd388dd260/xlwings-0.15.3.tar.gz

Complete output from command python setup.py egg_info:

Traceback (most recent call last):

File "", line 1, in

File "/tmp/pip-install-u90aes_a/xlwings/setup.py", line 33, in

raise OSError("currently only Windows and OSX are supported.")

OSError: currently only Windows and OSX are supported.

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-u90aes_a/xlwings/

解决此错误的方法是什么? Ubuntu不支持xlwings吗? 我也尝试手动安装以下相同工具,但也失败了。

cd xlwings

python setup.py install

任何建议将不胜感激。

2019年7月10日更新

我运行了代码export INSTALL_ON_LINUX=1 ,然后安装了xlwings 。 安装很好。 但是,当我尝试在Python中导入xlwings时,失败并显示以下错误:

Python 3.6.8 (default, Jan 14 2019, 11:02:34)

[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux

Type "help", "copyright", "credits" or "license" for more information.

>>> import xlwings

Traceback (most recent call last):

File "", line 1, in

File "/usr/local/lib/python3.6/dist-packages/xlwings/__init__.py", line 44, in

from . import _xlmac as xlplatform

File "/usr/local/lib/python3.6/dist-packages/xlwings/_xlmac.py", line 10, in

import aem

ModuleNotFoundError: No module named 'aem'

我无法安装软件包aem并出现以下错误:

pip3 install aem

Collecting aem

Exception:

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main

status = self.run(options, args)

File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run

wb.build(autobuilding=True)

File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build

self.requirement_set.prepare_files(self.finder)

File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files

ignore_dependencies=self.ignore_dependencies))

File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file

require_hashes

File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link

self.link = finder.find_requirement(self, upgrade)

File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement

all_candidates = self.find_all_candidates(req.name)

File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates

for page in self._get_pages(url_locations, project_name):

File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages

page = self._get_page(location)

File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page

return HTMLPage.get_page(link, session=self.session)

File "/usr/lib/python3/dist-packages/pip/index.py", line 795, in get_page

resp.raise_for_status()

File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py", line 935, in raise_for_status

raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/aem/

任何解决方案将不胜感激。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值