@chewy74 wrote:
So I noticed a message that python2.7 is reaching its EOL in 2020. So I updated my Raspberry Pi 3 to python3.5 with this guide.
https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux
I've switch my Pi to python3.5 but can't figure out how to migrate flexget, pip and setuptools over to using the system wide python3.5 now. When I first installed flexget it was all under python2.7. I haven't been able to find anything online to guide me through the upgrade.
So any help would be greatly appreciated.
UPDATE
So I got flexget installed on python3.5 but now get this error when I try to run flexget
File "/usr/local/bin/flexget", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python3.5/dist-packages/flexget/__init__.py", line 42, in main manager.start() File "/usr/local/lib/python3.5/dist-packages/flexget/manager.py", line 339, in start client = IPCClient(ipc_info['port'], ipc_info['password'], sync_request_timeout=self.options.timeout) File "/usr/local/lib/python3.5/dist-packages/flexget/ipc.py", line 171, in __init__ channel, service=ClientService, config={'sync_request_timeout': sync_request_timeout}) File "/usr/local/lib/python3.5/dist-packages/rpyc/utils/factory.py", line 44, in connect_channel return service._connect(channel, config) File "/usr/local/lib/python3.5/dist-packages/rpyc/core/service.py", line 100, in _connect self.on_connect(conn) File "/usr/local/lib/python3.5/dist-packages/flexget/ipc.py", line 108, in on_connect daemon_version = self._conn.root.version() TypeError: 'b'instancemethod'' object is not callable
Posts: 1
Participants: 1