swift抛出终端的python错误

swift抛出终端的python错误,第1张

概述每当我尝试启动与 python相关的swift时,我都会收到错误.我该如何解决? bash-3.2$swift –version Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1) Target: x86_64-apple-darwin17.5.0 bash-3.2$swift Traceback (most recent c 每当我尝试启动与 python相关的swift时,我都会收到错误.我该如何解决?

bash-3.2$swift –version
Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1)
Target: x86_64-apple-darwin17.5.0
bash-3.2$swift
Traceback (most recent call last):
file “”,line 1,in
file “/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py”,line 52,in
import weakref
file “/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py”,line 14,in
from _weakref import (
importError: cannot import name _remove_dead_weakref

我得到同样的错误,因为swift REPL使用安装在/usr/local / bin / python的自制软件的python解释器.

为了避免这种情况你可以

export PATH=/usr/bin:$PATHswift

要么

PATH=/usr/bin:$PATH swift
总结

以上是内存溢出为你收集整理的swift抛出终端的python错误全部内容,希望文章能够帮你解决swift抛出终端的python错误所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1041650.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存