You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: