对于想了解哪个库用于在linuxpython的读者,本文将提供新的信息,我们将详细介绍linux安装的python库在哪,并且为您提供关于DeltalakePython库无法安装在适用于Python3
对于想了解哪个库用于在 linux python的读者,本文将提供新的信息,我们将详细介绍linux安装的python库在哪,并且为您提供关于Deltalake Python 库无法安装在适用于 Python 3.7 或 3.8 的 Amazon Linux 2 EC2 实例上、ld:在 /buildtools/linux/x86-32 中找不到 /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6、Linux Nginx安装以及可能出现错误 linux nginx php mysql linux nginx 301跳转 1 nginx 安、Linux PHP53升级PHP5533 linux php升级5.5 php5.2 for linux linux libphp5.s的有价值信息。
本文目录一览:- 哪个库用于在 linux python(linux安装的python库在哪)
- Deltalake Python 库无法安装在适用于 Python 3.7 或 3.8 的 Amazon Linux 2 EC2 实例上
- ld:在 /buildtools/linux/x86-32 中找不到 /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6
- Linux Nginx安装以及可能出现错误 linux nginx php mysql linux nginx 301跳转 1 nginx 安
- Linux PHP53升级PHP5533 linux php升级5.5 php5.2 for linux linux libphp5.s
哪个库用于在 linux python(linux安装的python库在哪)
如何解决哪个库用于在 linux python
我正在 Linux Mint 中使用 Python 3.8(从未在 Windows 中),并使用 Autokey 95.10 拼凑了以下代码以获得(日期 + 时间 + 窗口标题)标记。该代码在 Python 终端中运行良好,但在 Autokey 95.10 中使用时失败率为 75%。还有其他图书馆吗?
# win + INS insert current date,time,and filename
import time,datetime,gi,threading
gi.require_version("Wnck","3.0")
from gi.repository import Wnck
paste = "<ctrl>+v"
time.sleep(0.1)
scr = Wnck.Screen.get_default()
time.sleep(0.1)
scr.force_update()
time.sleep(0.1)
active_title = (scr.get_active_window().get_name())
time.sleep(0.1)
ts = time.time()
time.sleep(0.1)
time_stamp = datetime.datetime.fromtimestamp(ts).strftime(''%Y-%m-%d %H:%M'')
time.sleep(0.1)
combined = time_stamp + " " +active_title
time.sleep(0.1)
clipboard.fill_clipboard(combined)
time.sleep(0.1)
keyboard.send_keys(paste)
Deltalake Python 库无法安装在适用于 Python 3.7 或 3.8 的 Amazon Linux 2 EC2 实例上
如何解决Deltalake Python 库无法安装在适用于 Python 3.7 或 3.8 的 Amazon Linux 2 EC2 实例上
我正在尝试在从 deltalake
(amzn2-ami-hvm-2.0.20210318.0-x86_64-gp2
区域)启动的 Amazon Linux 2 EC2 实例上安装 us-east-1
Python 库 (https://github.com/delta-io/delta-rs/tree/main/python)。它失败,如下所示:
$ pip3 install deltalake
Collecting deltalake
Could not find a version that satisfies the requirement deltalake (from versions: )
No matching distribution found for deltalake
$
此库的当前版本是 0.4.5
,于 2021 年 4 月 5 日发布。我尝试了 2021 年 3 月 23 日发布的先前版本 0.4.4
(pip3 install deltalake==0.4.4
),但是得到了同样的错误。
最初该实例具有 Python 3.7.9
。收到此错误后,我安装了 Python 3.8.5
并尝试了 pip3.8 install deltalake
或 pip3.8 install deltalake==0.4.4
,但得到相同的错误。
我如何找到它正在寻找的需求以及如何解决这个问题?
更新:
来自详细模式安装尝试的日志(一些散列字符已用 ...
屏蔽以保持帖子的字符限制):
Update2: 替换之前的日志,因为这些日志来自错误添加的本地计算机。这些是来自 ec2 实例的实际日志。
[ec2-user@ip-10-142-224-101 ~]$ pip3 install -v deltalake
Collecting deltalake
1 location(s) to search for versions of deltalake:
* https://pypi.python.org/simple/deltalake/
Getting page https://pypi.python.org/simple/deltalake/
Looking up "https://pypi.python.org/simple/deltalake/" in the cache
Returning cached "301 Moved Permanently" response (ignoring date and etag information)
Looking up "https://pypi.org/simple/deltalake/" in the cache
Current age based on date: 766
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
Starting new HTTPS connection (1): pypi.org
https://pypi.org:443 "GET /simple/deltalake/ HTTP/1.1" 304 0
Analyzing links from page https://pypi.org/simple/deltalake/
Skipping link https://files.pythonhosted.org/packages/b9/d3/39a...f3b/deltalake-0.1.0-cp36-cp36m-macosx_10_7_x86_64.whl#sha256=2fb...6a140639d462c (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/07/4d/273...1ad/deltalake-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl#sha256=4...6beba06b2d18e93 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/cb/9c/293...40a/deltalake-0.1.0-cp36-none-win_amd64.whl#sha256=4b4bea219f7ec...39b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/4d/10/2ec...502/deltalake-0.1.0-cp37-cp37m-macosx_10_7_x86_64.whl#sha256=59a...d21585698213a (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/aa/c0/567...6ff/deltalake-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl#sha256=1...137a895405bc8bb (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/10/d2/d23...161/deltalake-0.1.0-cp37-none-win_amd64.whl#sha256=e0365a956bc78...48c (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/63/be/6e0...c82/deltalake-0.1.0-cp38-cp38-macosx_10_7_x86_64.whl#sha256=6c38...880f7629e31c (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/28/21/50c...271/deltalake-0.1.0-cp38-cp38-manylinux2010_x86_64.whl#sha256=cd...0e251e5993911b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/d6/ec/a26...633/deltalake-0.1.0-cp38-none-win_amd64.whl#sha256=3cb228d422c4f...a2e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/53/5e/57f...acc/deltalake-0.1.0-cp39-abi3-macosx_10_7_x86_64.whl#sha256=e60a...d14e9a296673 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/5d/14/a10...069/deltalake-0.1.0-cp39-cp39-macosx_10_7_x86_64.whl#sha256=b9a0...a49ba9184564 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/61/19/a49...b2d/deltalake-0.1.0-cp39-cp39-manylinux2010_x86_64.whl#sha256=0d...a47ff4bee906ec (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/ee/33/a72...aec/deltalake-0.1.0-cp39-none-win_amd64.whl#sha256=5e266ad419693...ea9 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/cc/33/98a...b21/deltalake-0.1.1-cp36-cp36m-macosx_10_7_x86_64.whl#sha256=e6d...c2b87890632cd (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/94/23/4b0...f5f/deltalake-0.1.1-cp36-cp36m-manylinux2010_x86_64.whl#sha256=1...bd700524fc8f7cf (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/62/bd/9d6...a16/deltalake-0.1.1-cp36-none-win_amd64.whl#sha256=a392eadbe3f22...35e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/7b/13/ddf...5ea/deltalake-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl#sha256=4f5...e87a24e1da3b2 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/ef/2b/f26...e8b/deltalake-0.1.1-cp37-cp37m-manylinux2010_x86_64.whl#sha256=2...b32e79d51c2a1a1 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/58/3b/ab1...0c9/deltalake-0.1.1-cp37-none-win_amd64.whl#sha256=998fa6b9dfd4b...251 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/af/50/750...05b/deltalake-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl#sha256=f907...59096cb03914 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/f8/ed/1ec...3c3/deltalake-0.1.1-cp38-cp38-manylinux2010_x86_64.whl#sha256=7f...1a5c4b02ec0069 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/ee/5a/7d6...6fd/deltalake-0.1.1-cp38-none-win_amd64.whl#sha256=e70db3b5f4c76...908 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/cd/2e/313...1f8/deltalake-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl#sha256=7cc8...235bc782af86 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/e7/03/4eb...79c/deltalake-0.1.1-cp39-cp39-manylinux2010_x86_64.whl#sha256=1f...57b87f791b4a7e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/aa/59/c4b...b01/deltalake-0.1.1-cp39-none-win_amd64.whl#sha256=ee41477b9ef01...649 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/63/df/024...6b6/deltalake-0.1.2-cp36-cp36m-macosx_10_7_x86_64.whl#sha256=5b4...40017b4719eeb (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/33/d3/ce3...27b/deltalake-0.1.2-cp36-none-win_amd64.whl#sha256=c4e20c89a8f32...39b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/18/bf/85d...c6f/deltalake-0.1.2-cp37-cp37m-macosx_10_7_x86_64.whl#sha256=368...eaab79b44d9be (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/2e/ce/b04...c6d/deltalake-0.1.2-cp37-none-win_amd64.whl#sha256=c94316157e23c...adf (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/75/19/20e...f7e/deltalake-0.1.2-cp38-cp38-macosx_10_7_x86_64.whl#sha256=cc58...862cc8f1cb38 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c3/c7/0bf...da3/deltalake-0.1.2-cp38-none-win_amd64.whl#sha256=0a96be37e21a0...d4e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/91/d6/7f9...a76/deltalake-0.1.2-cp39-cp39-macosx_10_7_x86_64.whl#sha256=74ff...e81863340815 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/53/a5/24c...3de/deltalake-0.1.2-cp39-none-win_amd64.whl#sha256=7e73b89a96053...225 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/3f/3f/e84...2a9/deltalake-0.1.3-cp36-cp36m-macosx_10_7_x86_64.whl#sha256=594...58373386804c4 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c0/da/f2f...77f/deltalake-0.1.3-cp36-cp36m-manylinux2010_x86_64.whl#sha256=3...d96e0f09c3d0865 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/2d/0c/dea...f07/deltalake-0.1.3-cp36-none-win_amd64.whl#sha256=e8a4e91dd502d...828 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/03/72/511...54c/deltalake-0.1.3-cp37-cp37m-macosx_10_7_x86_64.whl#sha256=1d5...35bdd238d8b21 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/79/22/780...e71/deltalake-0.1.3-cp37-cp37m-manylinux2010_x86_64.whl#sha256=d...c34c155c952415e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c3/dc/88e...975/deltalake-0.1.3-cp37-none-win_amd64.whl#sha256=5b4fe2cbb72c6...b0f (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/23/50/83c...c2c/deltalake-0.1.3-cp38-cp38-macosx_10_7_x86_64.whl#sha256=9d45...ac44f68507e9 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/07/98/69f...a9d/deltalake-0.1.3-cp38-cp38-manylinux2010_x86_64.whl#sha256=60...6505bdab040eca (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c4/5a/d39...089/deltalake-0.1.3-cp38-none-win_amd64.whl#sha256=730376ef5bc49...6ae (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/16/1a/4c2...0ee/deltalake-0.1.3-cp39-cp39-macosx_10_7_x86_64.whl#sha256=e159...b4f92f6ce910 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/97/e3/217...1bb/deltalake-0.1.3-cp39-cp39-manylinux2010_x86_64.whl#sha256=9e...8aaa96a41ebe2e (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/5e/a1/7a8...a79/deltalake-0.1.3-cp39-none-win_amd64.whl#sha256=f3c92981a86b9...2e5 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/40/65/60a...27c/deltalake-0.1.4-cp36-cp36m-macosx_10_7_x86_64.whl#sha256=d41...f40ca39f69af2 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/6b/9b/3ae...139/deltalake-0.1.4-cp36-cp36m-manylinux2010_x86_64.whl#sha256=5...4267fc589da04b1 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/56/35/3f9...4e2/deltalake-0.1.4-cp36-none-win_amd64.whl#sha256=739c7fbd20660...83f (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/cc/56/c9c...e91/deltalake-0.1.4-cp37-cp37m-macosx_10_7_x86_64.whl#sha256=f1b...722f4af56533a (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/dd/8e/7a2...75c/deltalake-0.1.4-cp37-cp37m-manylinux2010_x86_64.whl#sha256=d...750eaac478d131d (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c6/a5/2e3...4a2/deltalake-0.1.4-cp37-none-win_amd64.whl#sha256=edb7f89ba1720...b84 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/a9/d1/c26...6e5/deltalake-0.1.4-cp38-cp38-macosx_10_7_x86_64.whl#sha256=a789...9dca68e7a48b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/86/92/f47...bb2/deltalake-0.1.4-cp38-cp38-manylinux2010_x86_64.whl#sha256=7c...4653eb9297b946 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/da/53/f87...383/deltalake-0.1.4-cp38-none-win_amd64.whl#sha256=6c505faf63e21...b54 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/54/39/40c...cd0/deltalake-0.1.4-cp39-cp39-macosx_10_7_x86_64.whl#sha256=5c5c...f4ef9d7828de (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/63/95/993...580/deltalake-0.1.4-cp39-cp39-manylinux2010_x86_64.whl#sha256=27...c4225d0d10ada3 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/0a/ec/b04...90d/deltalake-0.1.4-cp39-none-win_amd64.whl#sha256=0b8ab63759185...efc (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/e6/ad/7b3...db3/deltalake-0.2.0-cp36-abi3-macosx_10_7_x86_64.whl#sha256=2413...5731f53951b7 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/f9/61/d10...142/deltalake-0.2.0-cp36-abi3-manylinux2010_x86_64.whl#sha256=1b...3044645ceb052d (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/a6/15/44c...840/deltalake-0.2.0-cp36-abi3-win_amd64.whl#sha256=d37b60edc9251...f99 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/27/08/b0f...9cf/deltalake-0.2.1-cp36-abi3-macosx_10_7_x86_64.whl#sha256=b662...0a98307c1c96 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/10/15/56e...3ff/deltalake-0.2.1-cp36-abi3-manylinux2010_x86_64.whl#sha256=98...c4bf01497c4ef3 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/d3/3b/8ab...254/deltalake-0.2.1-cp36-abi3-win_amd64.whl#sha256=f35ddf1955ebd...6cb (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/ed/aa/03a...3c4/deltalake-0.3.0-cp36-abi3-macosx_10_7_x86_64.whl#sha256=b9ff...5f680839052b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/d2/a9/e05...eb0/deltalake-0.3.0-cp36-abi3-manylinux2010_x86_64.whl#sha256=3a...ada4a4020c819c (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/44/2f/ce8...fcd/deltalake-0.3.0-cp36-abi3-win_amd64.whl#sha256=c1f3543904428...308 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/1f/45/904...4df/deltalake-0.4.0-cp36-abi3-macosx_10_7_x86_64.whl#sha256=6931...2373131ed630 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/e6/57/bad...712/deltalake-0.4.0-cp36-abi3-manylinux2010_x86_64.whl#sha256=65...2b189b6a324b4d (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/04/d6/10b...86d/deltalake-0.4.0-cp36-abi3-win_amd64.whl#sha256=c4acbcd263fc4...e72 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/2f/2a/e5c...c47/deltalake-0.4.1-cp36-abi3-macosx_10_7_x86_64.whl#sha256=4754...3ad294f14a66 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/e9/20/301...02b/deltalake-0.4.1-cp36-abi3-manylinux2010_x86_64.whl#sha256=cb...421e7b3a375df9 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/cc/d9/778...0fc/deltalake-0.4.1-cp36-abi3-win_amd64.whl#sha256=bce5c6c74adc3...ae3 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/9b/c6/a47...dca/deltalake-0.4.2-cp36-abi3-macosx_10_7_x86_64.whl#sha256=f9f0...a98fcbab7b05 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/d1/64/012...27c/deltalake-0.4.2-cp36-abi3-manylinux2010_x86_64.whl#sha256=c7...9a13d745225d7a (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/3a/96/191...88a/deltalake-0.4.3-cp36-abi3-macosx_10_7_x86_64.whl#sha256=e329...41979718285b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/c0/22/fb4...e86/deltalake-0.4.3-cp36-abi3-manylinux2010_x86_64.whl#sha256=c5...87282167da5747 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/6c/04/2bc...697/deltalake-0.4.3-cp36-abi3-win_amd64.whl#sha256=b00c98ad5a6bc...cb1 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/fd/56/c49...e15/deltalake-0.4.4-cp36-abi3-macosx_10_7_x86_64.whl#sha256=f3cb...4a2a55b7943d (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/7f/60/669...95b/deltalake-0.4.4-cp36-abi3-manylinux2010_x86_64.whl#sha256=41...5e2edb50436f15 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/7d/5a/faf...a21/deltalake-0.4.4-cp36-abi3-win_amd64.whl#sha256=c8e895bec9660...90a (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/db/36/557...edf/deltalake-0.4.5-cp36-abi3-macosx_10_7_x86_64.whl#sha256=464a...e0165a9c8217 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/9b/47/fb4...e54/deltalake-0.4.5-cp36-abi3-manylinux2010_x86_64.whl#sha256=c8...46e793f6a2661b (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Skipping link https://files.pythonhosted.org/packages/75/28/525...dd6/deltalake-0.4.5-cp36-abi3-win_amd64.whl#sha256=0eff9824518d4...b53 (from https://pypi.org/simple/deltalake/); it is not compatible with this Python
Could not find a version that satisfies the requirement deltalake (from versions: )
Cleaning up...
No matching distribution found for deltalake
Exception information:
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pip/basecommand.py",line 215,in main
status = self.run(options,args)
File "/usr/lib/python3.7/site-packages/pip/commands/install.py",line 346,in run
requirement_set.prepare_files(finder)
File "/usr/lib/python3.7/site-packages/pip/req/req_set.py",line 380,in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/usr/lib/python3.7/site-packages/pip/req/req_set.py",line 554,in _prepare_file
require_hashes
File "/usr/lib/python3.7/site-packages/pip/req/req_install.py",line 278,in populate_link
self.link = finder.find_requirement(self,upgrade)
File "/usr/lib/python3.7/site-packages/pip/index.py",line 514,in find_requirement
''No matching distribution found for %s'' % req
pip.exceptions.distributionNotFound: No matching distribution found for deltalake
[ec2-user@ip-10-142-224-101 ~]$
ld:在 /buildtools/linux/x86-32 中找不到 /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6
如何解决ld:在 /buildtools/linux/x86-32 中找不到 /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6
在 Ubuntu 20.10 上使用 GCC 10.2.0、glibc 2.32 和 binutils 2.35.1 为 Linux 64 位编译 GCC 10.2.0 Linux 32 位交叉编译器。我收到了这个错误,似乎 GCC 通过找到让我搞砸的方法来阻止我获得交叉编译器。 (我是构建它而不是从 apt 下载它,因为你不能同时安装 multilib GCC 和交叉编译器)
/projects/gcc-linux-x86-32/./gcc/xgcc -B/projects/gcc-linux-x86-32/./gcc/ -B/buildtools/linux/x86-32/usr/i686-linux-gnu/bin/ -B/buildtools/linux/x86-32/usr/i686-linux-gnu/lib/ -isystem /buildtools/linux/x86-32/usr/i686-linux-gnu/include -isystem /buildtools/linux/x86-32/usr/i686-linux-gnu/sys-include -O2 -O3 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-deFinition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -O3 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulhc3_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divhc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o tf-signs_s.o sfp-exceptions_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo " Use the shared library,but some functions are only in"; echo " the static library. */"; echo "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so
/buildtools/linux/x86-32/usr/i686-linux-gnu/bin/ld: cannot find /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6 inside /buildtools/linux/x86-32
/buildtools/linux/x86-32/usr/i686-linux-gnu/bin/ld: cannot find /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc_nonshared.a inside /buildtools/linux/x86-32
/buildtools/linux/x86-32/usr/i686-linux-gnu/bin/ld: cannot find /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/ld-linux.so.2 inside /buildtools/linux/x86-32
collect2: error: ld returned the exit status 1
make[2]: *** [Makefile:994: libgcc_s.so] Error 1
make[2]: exiting the directory ''/projects/gcc-linux-x86-32/i686-linux-gnu/libgcc''
make[1]: *** [Makefile:13737: all-target-libgcc] Error 2
make[1]: exiting the directory ''/projects/gcc-linux-x86-32''
make: *** [Makefile:962: all] Error 2
链接器“找不到”的所有文件实际上都存在。
需要的东西是here,因为如果我把它放在这里,StackOverflow 不允许我发布它。如果您有编辑功能,请在其中进行编辑。
Linux Nginx安装以及可能出现错误 linux nginx php mysql linux nginx 301跳转 1 nginx 安
Linux PHP53升级PHP5533 linux php升级5.5 php5.2 for linux linux libphp5.s
今天关于哪个库用于在 linux python和linux安装的python库在哪的介绍到此结束,谢谢您的阅读,有关Deltalake Python 库无法安装在适用于 Python 3.7 或 3.8 的 Amazon Linux 2 EC2 实例上、ld:在 /buildtools/linux/x86-32 中找不到 /buildtools/linux/x86-32/usr/i686-linux-gnu/lib/libc.so.6、Linux Nginx安装以及可能出现错误 linux nginx php mysql linux nginx 301跳转 1 nginx 安、Linux PHP53升级PHP5533 linux php升级5.5 php5.2 for linux linux libphp5.s等更多相关知识的信息可以在本站进行查询。
本文标签: