Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
setup ValueError: path 'share/man/man1/' cannot end with '/' #1778
Comments
|
I got the same error on Windows 7 x64 |
|
Unless you are developing youtube-dl or attempting to import it, it's way easier to use the Windows binary we offer. But thanks for the report, it's now fixed. I blame the delay on having to work on a platform without a built-in text editor ;) . |
Can't run
setup.py installon Windows 7 SP1 x64.Error:
ValueError: path 'share/man/man1/' cannot end with '/'
Removing trailing '/' at the path fixes the problem (line number 51 @ setup.py)