在MacOS上使用最新Python版本安装Wing101

在MacOS上使用最新Python版本安装Wing101,python,python-3.x,ide,python-3.8,python-config,Python,Python 3.x,Ide,Python 3.8,Python Config,我想为Python3安装wing101 IDE,特别是最新版本。但是,一旦我通过选择路径/usr/local/bin/python3.8在设置中配置IDE,就会出现以下错误——看起来很严重: 只是好奇这里是否有人使用wing101,如果是,是否遇到了这个问题并解决了它 谢谢 Trying to import netserver from ['/Applications/Wing101.app/Contents/Resources/bin/3.8/src/debug/tserver'] Unabl

我想为Python3安装wing101 IDE,特别是最新版本。但是,一旦我通过选择路径/usr/local/bin/python3.8在设置中配置IDE,就会出现以下错误——看起来很严重:

只是好奇这里是否有人使用wing101,如果是,是否遇到了这个问题并解决了它

谢谢

Trying to import netserver from ['/Applications/Wing101.app/Contents/Resources/bin/3.8/src/debug/tserver'] Unable to import findmodules Traceback (most recent call last):   File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 584, in FindNetServerModule
    import findmodules ModuleNotFoundError: No module named 'findmodules' Trying to import netserver from ['/Applications/Wing101.app/Contents/Resources/src/debug/tserver'] Unable to import findmodules Traceback (most recent call last):   File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 584, in FindNetServerModule
    import findmodules ModuleNotFoundError: No module named 'findmodules' Traceback (most recent call last):

  File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 787, in main
    netserver = FindNetServerModule(winghome, user_settings, tmp_log)

  File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 620, in FindNetServerModule
    raise ImportError('Could not import netserver')

ImportError: Could not import netserver

wingdb.py: Error: Failed to start the debug server wingdb.py: Error: You may be running an unsupported version of Python wingdb.py: Python version = 3.8.5 (v3.8.5:580fbb018f, Jul 20 2020, 12:11:27)  [Clang 6.0 (clang-600.0.57)] wingdb.py: WINGHOME='/Applications/Wing101.app/Contents/Resources' Traceback (most recent call last):   File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 787, in main
    netserver = FindNetServerModule(winghome, user_settings, tmp_log)   File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 620, in FindNetServerModule
    raise ImportError('Could not import netserver') ImportError: Could not import netserver

During handling of the above exception, another exception occurred:

Traceback (most recent call last):   File "/Applications/Wing101.app/Contents/Resources/bin/wingdb.py", line 798, in main
    sys.exit(-1) SystemExit: -1