@anig wrote:
Hello,
I upgraded to homebrew v1.7.3 on OS X 10.13.6. I believe python also was updated to 3.7. Now I'm seeing that old flexget errors. See below. I have tried every trick: updated pip & setuptools, forced reinstall of flexget, uninstalled and reinstalled flexget. Nothing has worked so far. Can anyone help me resolve this please? Thank you
~ flexget
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 7, in <module>
from flexget import main
File "/usr/local/lib/python3.7/site-packages/flexget/__init__.py", line 12, in <module>
from flexget.manager import Manager
File "/usr/local/lib/python3.7/site-packages/flexget/manager.py", line 38, in <module>
from flexget.ipc import IPCClient, IPCServer # noqa
File "/usr/local/lib/python3.7/site-packages/flexget/ipc.py", line 10, in <module>
import rpyc
File "/usr/local/lib/python3.7/site-packages/rpyc/__init__.py", line 50
from rpyc.utils.helpers import async, timed, buffiter, BgServingThread, restricted
^
SyntaxError: invalid syntax
Posts: 2
Participants: 1