下载ns3-gym 以及 官方安装教程:https://github.com/tristone13th/ns3-gym ns3 官方安装过程:https://www.nsnam.org/wiki/Installation sudo apt-get install g++ python3sudo apt-get install g++ python3 python3-dev pkg-config sqlite3sudo apt-get install python3-setuptools gitsudo apt-get install qt5...
安装protobuf和zmq brew install protobuf brew install zmq 将“zmq.hpp”放入到/usr/local/include/ Configure 并 build ns3项目 //进入python虚拟环境 conda activate ns3gym sudo ./waf configure --disable-werror --enable-examples sudo ./waf build 如果build报错,可以 查看tkn-tub/ns3-gym issues和Ns-...
首先到官方的github地址查找安装攻略。 按照安装说明的第一步和第二步,我们要安装相应的语言包和软件包,由于我打算在anaconda里部署ns3gym,而ns3gym需要在anaconda的虚拟环境里安装protobuf, 因此我在这一步需要查看libprotobuf-dev和protobuf-compiler的版本号,确保在虚拟环境里的protobuf的版本号和这两个软件的版本...