smartbgp / yabgp

:bowtie:Yet Another BGP Python Implementation
http://yabgp.readthedocs.org
Apache License 2.0
238 stars 70 forks source link

Windows pip install .zip error #116

Open millionvoid opened 4 years ago

millionvoid commented 4 years ago

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