Установите Wing101 с новейшей версией Python на MacOS
Я хотел бы настроить IDE wing101 для python 3, особенно для последней версии. Однако, как только я настраиваю IDE в настройках, выбирая путь /usr/local/bin/python3.8, появляется следующая ошибка, которая кажется значительной:
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
Просто любопытно, использует ли кто-нибудь здесь wing101, и если да, то столкнулся с этой проблемой и решил ее.
Благодарю.