-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 青龙2.10.13依赖装不上 #176
Labels
bug
Something isn't working
Comments
orjson我也装不上 |
青龙升级到最新版 |
先更新pip, pip install pip -U 看提示说是pip太老了,然后还要装个Rust, apk add rust 试下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verify Steps
MIUITask Version
v1.6.0.1最新
Bug Found in Environment
Other
Bug Found in Python Version
3.8
Describe the Bug
开始安装依赖 orjson,开始时间 2023/11/19 上午10:02:18
Collecting orjson
Using cached orjson-3.9.10.tar.gz (5.4 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-uyviiysb/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'maturin>=1,<2'
cwd: None
Complete output (56 lines):
Collecting maturin<2,>=1
Using cached maturin-1.3.2.tar.gz (176 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting tomli>=1.1.0; python_version < "3.11"
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Building wheels for collected packages: maturin
Building wheel for maturin (PEP 517): started
Building wheel for maturin (PEP 517): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pep517/_in_process.py build_wheel /tmp/tmpuipv5ler
cwd: /tmp/pip-install-09ra4vej/maturin
Complete output (35 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-38
creating build/lib.linux-x86_64-cpython-38/maturin
copying maturin/main.py -> build/lib.linux-x86_64-cpython-38/maturin
copying maturin/import_hook.py -> build/lib.linux-x86_64-cpython-38/maturin
copying maturin/init.py -> build/lib.linux-x86_64-cpython-38/maturin
running egg_info
creating maturin.egg-info
writing maturin.egg-info/PKG-INFO
writing dependency_links to maturin.egg-info/dependency_links.txt
writing requirements to maturin.egg-info/requires.txt
writing top-level names to maturin.egg-info/top_level.txt
writing manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/tmp/pip-build-env-e4jr863p/overlay/lib/python3.8/site-packages/setuptools/config/_apply_pyprojecttoml.py:80: SetuptoolsWarning:
install_requires
overwritten inpyproject.toml
(dependencies)corresp(dist, value, root_dir)
warning: no files found matching '*.json' under directory 'src/python_interpreter'
writing manifest file 'maturin.egg-info/SOURCES.txt'
running build_ext
running build_rust
error: can't find Rust compiler
Failed to build maturin
ERROR: Could not build wheels for maturin which use PEP 517 and cannot be installed directly
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-uyviiysb/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'maturin>=1,<2' Check the logs for full command output.
依赖安装失败,结束时间 2023/11/19 上午10:02:24,耗时 6.119 秒
MIUITask Log
开始安装依赖 orjson,开始时间 2023/11/19 上午10:02:18
Collecting orjson
Using cached orjson-3.9.10.tar.gz (5.4 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-uyviiysb/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'maturin>=1,<2'
cwd: None
Complete output (56 lines):
Collecting maturin<2,>=1
Using cached maturin-1.3.2.tar.gz (176 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting tomli>=1.1.0; python_version < "3.11"
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Building wheels for collected packages: maturin
Building wheel for maturin (PEP 517): started
Building wheel for maturin (PEP 517): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pep517/_in_process.py build_wheel /tmp/tmpuipv5ler
cwd: /tmp/pip-install-09ra4vej/maturin
Complete output (35 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-38
creating build/lib.linux-x86_64-cpython-38/maturin
copying maturin/main.py -> build/lib.linux-x86_64-cpython-38/maturin
copying maturin/import_hook.py -> build/lib.linux-x86_64-cpython-38/maturin
copying maturin/init.py -> build/lib.linux-x86_64-cpython-38/maturin
running egg_info
creating maturin.egg-info
writing maturin.egg-info/PKG-INFO
writing dependency_links to maturin.egg-info/dependency_links.txt
writing requirements to maturin.egg-info/requires.txt
writing top-level names to maturin.egg-info/top_level.txt
writing manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/tmp/pip-build-env-e4jr863p/overlay/lib/python3.8/site-packages/setuptools/config/_apply_pyprojecttoml.py:80: SetuptoolsWarning:
install_requires
overwritten inpyproject.toml
(dependencies)corresp(dist, value, root_dir)
warning: no files found matching '*.json' under directory 'src/python_interpreter'
writing manifest file 'maturin.egg-info/SOURCES.txt'
running build_ext
running build_rust
error: can't find Rust compiler
Failed to build maturin
ERROR: Could not build wheels for maturin which use PEP 517 and cannot be installed directly
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-uyviiysb/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'maturin>=1,<2' Check the logs for full command output.
依赖安装失败,结束时间 2023/11/19 上午10:02:24,耗时 6.119 秒
MIUITask Config
No response
Screenshots
The text was updated successfully, but these errors were encountered: