When I download the master as a .zip file and run command "pip install yabgp-master.zip", an error occured and installation failed. The last line of error info is:
ValueError: path 'etc/yabgp/' cannot end with '/'
After considerable efforts, I solved it by removing the second '/' in line 38 of file setup.cfg
When I download the master as a .zip file and run command "pip install yabgp-master.zip", an error occured and installation failed. The last line of error info is: ValueError: path 'etc/yabgp/' cannot end with '/'
After considerable efforts, I solved it by removing the second '/' in line 38 of file setup.cfg