install.sh error
The install.sh file keeps failing to install the drc-sim server properly. Below is the file output. I've also tried the develop version, it doesn't work either.
Drc-sim installer (script version 1.1.3)
https://github.com/rolandoislas/drc-sim
Command apt-get found.
Installing dependencies.
python3 [INSTALLED]
python3-pip [INSTALLED]
net-tools [INSTALLED]
wireless-tools [INSTALLED]
sysvinit-utils [INSTALLED]
psmisc [INSTALLED]
rfkill [INSTALLED]
isc-dhcp-client [INSTALLED]
ifmetric [INSTALLED]
python3-tk [INSTALLED]
gksu [INSTALLED]
git [INSTALLED]
libssl-dev [INSTALLED]
libnl-genl-3-dev [INSTALLED]
gcc [INSTALLED]
make [INSTALLED]
pkg-config [INSTALLED]
libavcodec-dev [INSTALLED]
libswscale-dev [INSTALLED]
libjpeg-dev [INSTALLED]
cmake [INSTALLED]
Found existing git directory /opt/drc_sim/wpa
Stashed git changes
Updating git repo
Updated git repo
Compiling wpa_supplicant_drc
Compile log at /opt/drc_sim/wpa/wpa_supplicant/make.log
Installing wpa_supplicant_drc and wpa_cli_drc to /usr/local/bin
Compiled wpa_supplicant
Found existing git directory /opt/drc_sim/drc_sim_c
Stashed git changes
Updating git repo
Updated git repo
Compiling drc_sim_c
Compile log at /opt/drc_sim/drc_sim_c/make.log
Installing drc_sim_c to /usr/local/bin
Compiled drc_sim_c
Installing DRC Sim Server GUI/CLI Utility
Found existing git directory /opt/drc_sim/drc
Stashed git changes
Updating git repo
Updated git repo
Installing setuptools
Attempting to remove previous installations
Using branch "develop" for drc-sim install
Installing drc-sim
Downloading Python packages. This may take a while.
running install
running bdist_egg
running egg_info
writing drcsim.egg-info/PKG-INFO
writing dependency_links to drcsim.egg-info/dependency_links.txt
writing requirements to drcsim.egg-info/requires.txt
writing top-level names to drcsim.egg-info/top_level.txt
reading manifest file 'drcsim.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'drcsim.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
installing package data to build/bdist.linux-x86_64/egg
running install_data
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/drc-sim-backend to 755
copying drcsim.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying drcsim.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying drcsim.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying drcsim.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying drcsim.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
Traceback (most recent call last):
File "/opt/drc_sim/drc/setup.py", line 18, in
How did you solve this issue?
Having this issue too, how'd you fix it?
Sorry, but it was 2 years ago, I completely forgot how I fixed it...
Sorry if it gave a random notification for something this old, thankfully I ended up finding a workaround,
The install.sh file is supposed to download the netifaces, pexpect, and distro python libraries, but fails to for whatever reason. So all I had to do is download them using pip3, after doing that I ran the install.sh again and it worked.