mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
parent
535afdba5e
commit
e626c0b55c
@ -22,6 +22,9 @@ import socket
|
|||||||
import struct
|
import struct
|
||||||
import psutil
|
import psutil
|
||||||
|
|
||||||
|
if psutil.version_info < (3, 0, 0):
|
||||||
|
raise Exception("psutil version should >= 3.0.0. If you are under ubuntu/debian install gns3 via apt instead of pip")
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user