macOS Python3.7.4无法导入wx,pip无法安装

时间:2019-09-07 20:41:33

标签: python-3.x macos wxpython-phoenix

尝试在{strong> MacBook Air上运行wxPython并出现macOS 10.14.6.的问题。

当我在3.7.1 (installed while using Anaconda)中运行并运行wx script时,出现此错误:

  

该程序需要访问屏幕。请运行   python的框架构建,仅当您登录时   在Mac的主显示屏上。

我安装了3.7.4 framework,但是当我尝试运行importpip时,得到以下报告:

Grahams-MacBook-Air:~ grahamhansen$ python3.7
Python 3.7.4 (v3.7.4:e09359112e, Jul  8 2019, 14:54:52) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'wx'
>>> brew install wxpython
  File "<stdin>", line 1
    brew install wxpython
               ^
SyntaxError: invalid syntax

我安装了3.7.4 at the OS level。我被卡住了。

0 个答案:

没有答案