-
Notifications
You must be signed in to change notification settings - Fork 42
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
需要更新到 Python 3 #25
Comments
我没有macOS电脑了,老电脑很久以前就不能升级了 |
@Ninzero 我弄了个fork,增加了 Python 3 的支持。See https://github.com/domainname/alfred-dict-workflow-python3 |
@domainname 如果你愿意继续维护,我在readme加上你的链接。 |
@liberize 哈哈,行,那我来续写这段奇迹 |
哈哈,感谢大佬持续维护。 |
您好。按照 README 中的两条命令,安装了 lxml。也没有提示报错。 mancn @ MancndeAir in ~ [19:25:46] $ sudo pip install lxml |
#!/usr/bin/env python3
import sys
print(sys.path) 运行一下 查看其安装目录: |
我的也是m1,同样的问题,
|
|
你好, 在最新的 macOS 12.3 中, 系统默认的 Python 2 被移除了. 同时, 自 2020 年 1 月, Python 2 就不再收到任何安全更新. 因此希望可以有一个 Python 3 的版本.
谢谢!
The text was updated successfully, but these errors were encountered: