claydon_dan wrote:
BlocNation99 wrote:
How do you downgrade Python-Tornado?
First remove the newer tornado, then install the older version
Code:
pip uninstall tornado
pip install tornado=3.2.2
I could remove, but couldn't install with "pip install tornado=3.2.2"
I got this error
Code:
/usr/local/bin/pip run on Wed Aug 13 20:00:19 2014
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 257, in run
InstallRequirement.from_line(name, None))
File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 172, in from_line
return cls(req, comes_from, url=url, prereleases=prereleases)
File "/usr/local/lib/python2.7/dist-packages/pip/req.py", line 70, in __init__
req = pkg_resources.Requirement.parse(req)
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources.py", line 2667, in parse
reqs = list(parse_requirements(s))
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources.py", line 2605, in parse_requirements
line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources.py", line 2573, in scan_list
raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
ValueError: ('Expected version spec in', 'tornado=3.2.2', 'at', '=3.2.2')
I don't know if this will help, but when I start GNS3 from command line I got this:
Code:
~ $ gns3
GNS3 GUI version 1.0beta1
Copyright (c) 2007-2014 GNS3 Technologies Inc.
[I 140813 20:18:04 main:75] current locale is en_US.UTF-8
[I 140813 20:18:04 __init__:444] Dynamips module reset
[I 140813 20:18:04 __init__:413] IOU module reset
[I 140813 20:18:04 __init__:274] vpcs module reset
[I 140813 20:18:04 __init__:369] VirtualBox module reset
[I 140813 20:18:04 topology:256] topology has been reset
[I 140813 20:18:04 main_window:1175] creating temporary topology file: /tmp/gns3-8gdusply
[I 140813 20:18:04 main_window:1178] creating temporary project files directory: /tmp/gns3-8gdusply-files
[I 140813 20:18:04 __init__:175] local working directory for Dynamips module: /tmp/gns3-8gdusply-files
[I 140813 20:18:04 __init__:140] local working directory for IOU module: /tmp/gns3-8gdusply-files
[I 140813 20:18:04 __init__:82] local working directory for VPCS module: /tmp/gns3-8gdusply-files
[I 140813 20:18:04 __init__:154] local working directory for VirtualBox module: /tmp/gns3-8gdusply-files
[I 140813 20:18:06 servers:212] new local server connection ws://127.0.0.1:8000 registered
[I 140813 20:18:06 websocket_client:300] connection closed with server 127.0.0.1:8000
[E 140813 20:18:06 websocket_client:131] could to connect ws://127.0.0.1:8000: Invalid response status: b'403' b'Forbidden'