- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 pyenv 环境中使用了我的 python 和 pip,但是当我尝试使用 pip 安装 numpy 时:
pip install numpy
我收到以下错误,有人知道我哪里出错了吗?
Collecting numpy Using cached numpy-1.21.0.zip (10.3 MB)
Installing build dependencies ... done Getting requirements to buildwheel ... done ERROR: Exception: Traceback (most recent call last):
File"/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 188, in _mainstatus = self.run(options, args) File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/cli/req_command.py",line 185, in wrapperreturn func(self, options, args) File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 333, in runreqs, check_supported_wheels=not options.target_dir File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/resolution/legacy/resolver.py",line 179, in resolvediscovered_reqs.extend(self._resolve_one(requirement_set, req)) File"/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/resolution/legacy/resolver.py",line 362, in _resolve_oneabstract_dist = self._get_abstract_dist_for(req_to_install) File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/resolution/legacy/resolver.py",line 314, in _get_abstract_dist_forabstract_dist = self.preparer.prepare_linked_requirement(req) File"/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirementreq, self.req_tracker, self.finder, self.build_isolation, File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distributionabstract_dist.prepare_distribution_metadata(finder, build_isolation) File"/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/distributions/sdist.py",line 38, in prepare_distribution_metadataself._setup_isolation(finder) File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_internal/distributions/sdist.py",line 96, in _setup_isolationreqs = backend.get_requires_for_build_wheel() File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_vendor/pep517/wrappers.py",line 161, in get_requires_for_build_wheel'config_settings': config_settings File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_vendor/pep517/wrappers.py",line 265, in _call_hookraise BackendUnavailable(data.get('traceback', '')) pip._vendor.pep517.wrappers.BackendUnavailable: Traceback (most recentcall last): File"/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 86, in _build_backendobj = import_module(mod_path) File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/importlib/init.py",line 127, in import_modulereturn _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File"", line 983, in _find_and_load File"", line 953, in _find_and_load_unlockedFile "", line 219, in_call_with_frames_removed File "", line 1006, in _gcd_import File "", line 983,in _find_and_load File "", line 967, in_find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File"", line 219, in_call_with_frames_removed File "/private/var/folders/nk/t9xyqhd94zzd6br4x5rg_jj80000gn/T/pip-build-env-9l_6shz6/overlay/lib/python3.7/site-packages/setuptools/init.py", line 23, in from setuptools.dist import Distribution File "/private/var/folders/nk/t9xyqhd94zzd6br4x5rg_jj80000gn/T/pip-build-env-9l_6shz6/overlay/lib/python3.7/site-packages/setuptools/dist.py", line 34, in from setuptools import windows_support File "/private/var/folders/nk/t9xyqhd94zzd6br4x5rg_jj80000gn/T/pip-build-env-9l_6shz6/overlay/lib/python3.7/site-packages/setuptools/windows_support.py",line 2, in import ctypes File "/Users/xxx/.pyenv/versions/3.7.11/lib/python3.7/ctypes/init.py",line 7, in from _ctypes import Union, Structure, Array ModuleNotFoundError: No module named '_ctypes'
最佳答案
以下脚本适用于我的 MacBook Pro(M1,2020),MacOS:Big Sur 11.5.2。我希望这是有帮助的。
# Install x86 brew
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
alias ibrew=/usr/local/bin/brew
# Install Python 3.7
arch -x86_64 ibrew install python@3.7
# Add `python` executable (symlink to `python3`)
ln -s python3 "$(ibrew --prefix python@3.7)"/bin/python
# Symlink x86 Python 3.7 into pyenv
ln -s "$(ibrew --prefix python@3.7)" .pyenv/versions/3.7.10
# Check
pyenv local 3.7.10
python -V
# Python 3.7.10
python -c 'import _ctypes'. # works!
引用:
https://github.com/pyenv/pyenv/issues/1768#issuecomment-871602950
关于python - macOS : ModuleNotFoundError: No module named '_ctypes' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68240975/
我正在尝试安装 pyautogui,但 pip 不断抛出错误。如何解决?我试过安装 libffi 库。这是一些代码: python3 -m pip install pyautogui Defaulti
我尝试启动一个 python 文件,但它返回错误: File "/usr/local/lib/python3.10/ctypes/init.py", line 8, in from _ctypes i
我最近了解到 Python 不仅有一个名为 ctypes 的模块。 ,其中有 docs page ,还有一个名为 _ctypes 的模块, 其中 doesn't (但仍然是 mentioned a f
我在 pyenv 环境中使用了我的 python 和 pip,但是当我尝试使用 pip 安装 numpy 时: pip install numpy 我收到以下错误,有人知道我哪里出错了吗? Colle
[root@ONEVPS190105040754 ~]# youtube-dl -V Traceback (most recent call last): File "/usr/local/pyt
在我的 RHEL 7.x 系统上,我在/usr/bin 中有系统级 python2.7,在/usr/local/bin 中有 python3.7。我正在尝试为我的 python3.7 安装 pip,但
我正在尝试使用 ensurepip 从源代码构建 Python-3.7.3但我收到此错误: ModuleNotFoundError: No module named '_ctypes' 网上所有的回答
我是 Python 开发的新手,我在 OSX 中使用我的一个应用程序时遇到问题。 项目中使用的技术 python 2.6 Django 谷歌应用引擎 rpx (openid) 在我的 Windows
我正在尝试在 Ubuntu 20.04 上使用 pyenv 和 homebrew 设置环境。我的python系统安装没有问题。但是,当我使用 pyenv 安装特定版本的 python 时,我在运行 J
我已经看到了https://bugs.python.org/issue34036但这没有帮助。 我正在尝试使用以下命令安装 python pyenv install 3.7.0 但它抛出以下错误 如
我正在尝试构建我的第一个 Android 应用程序。我安装了 Kivy、buildozer 并将“hello world”编码为 here .然后,我输入“buildozer android debu
我正在使用 Ubuntu 并安装了 Python 2.7.5 和 3.4.0。在 Python 2.7.5 中,我能够成功地分配一个变量 x = Value('i', 2),但在 3.4.0 中却不行
我正在尝试设置 Cygwin 环境以使用 pyenv 来管理 python 版本。我没有管理员权限,因此我使用 --no-admin 标志运行设置。 我使用 Cygwin 包管理器应用程序解决了一些依
python 2.7.13 Windows 10 64 位 我一直在研究这个 Udacity web dev course并想尝试使用 this example 将一个简单的 Bokeh 图嵌入到网页
我在 ubuntu 20.04 中使用嵌入式 Python (3.9) 并尝试导入产生错误 _ctypes.cpython-39-x86_64-linux-gnu.so: undefined symb
我只是想在他们的教程页面上运行简单的 hello world 应用程序。我以前经常使用 Google App Engine,但现在我似乎根本无法使用它。我正在赢得 10 x64。下载了最新的googl
我是一名优秀的程序员,十分优秀!