PINE64
Python 3.5 to be upgraded? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: Python 3.5 to be upgraded? (/showthread.php?tid=5862)



Python 3.5 to be upgraded? - S3phi40T - 03-17-2018

Guys,

I'm experiencing issue with Python.

Code:
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at                                                                                                                                                              0xf691d3d8>
Traceback (most recent call last):
 File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at                                                                                                                                                              0xf691d3d8>
Traceback (most recent call last):
 File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable

As per my google-fu, it's due to python 3.5 and it's resolved in later versions.
Any ideas?