MarsYYP
Results
2
issues of
MarsYYP
better change the code in row 320 from ""seq = seq_dets_fn[pattern.find('*'):].split('/')[0]"" to ""seq = seq_dets_fn[pattern.find('*'):].split(os.sep)[0]''' then the program will run perferctly in Windows
Hi! I am using Ubuntu 20.04.6 LTS , and I set up my enviroment by doing erver step in [setup_dependencies.org](https://github.com/xdp-project/xdp-tutorial/blob/master/setup_dependencies.org) I use `sudo apt install linux-tools-common linux-tools-generic` to install bpftool...