Closed gupchi closed 5 years ago
You need to update Python to fix this error. For that please open Terminal.app and run the following command
conda update python
Sorry, that problem is probably not fixed in Python 2, so my above solution doesn't work. The only possible solution is to update to Python 3 (and given that Python 2 has only 6 months of life, it's about time, sorry).
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/gustavo/anaconda2/lib/python2.7/site-packages/spyder/widgets/ipythonconsole/namespacebrowser.py", line 61, in refresh_namespacebrowser 'get_ipython().kernel.get_namespace_view()') File "/Users/gustavo/anaconda2/lib/python2.7/site-packages/spyder/widgets/ipythonconsole/shell.py", line 340, in silent_exec_method local_uuid = to_text_string(uuid.uuid1()) File "/Users/gustavo/anaconda2/lib/python2.7/uuid.py", line 588, in uuid1 clock_seq_hi_variant, clock_seq_low, node), version=1) File "/Users/gustavo/anaconda2/lib/python2.7/uuid.py", line 164, in init raise ValueError('field 6 out of range (need a 48-bit value)') ValueError: field 6 out of range (need a 48-bit value) Traceback (most recent call last): File "/Users/gustavo/anaconda2/lib/python2.7/site-packages/spyder/widgets/ipythonconsole/shell.py", line 128, in get_cwd self.silent_exec_method(code) File "/Users/gustavo/anaconda2/lib/python2.7/site-packages/spyder/widgets/ipythonconsole/shell.py", line 340, in silent_exec_method local_uuid = to_text_string(uuid.uuid1()) File "/Users/gustavo/anaconda2/lib/python2.7/uuid.py", line 588, in uuid1 clock_seq_hi_variant, clock_seq_low, node), version=1) File "/Users/gustavo/anaconda2/lib/python2.7/uuid.py", line 164, in init raise ValueError('field 6 out of range (need a 48-bit value)') ValueError: field 6 out of range (need a 48-bit value)
Version and main components
Dependencies