dantaki/vapeplot

Windows install error

jatk opened this issue · 1 comments

jatk commented

Not sure if this is a me specific issue but had an issue installing on Windows 10. Was throwing this error

"raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueError: path 'vapeplot/' cannot end with '/'"

Wouldn't allow for install using pip but was simple to fix I simply removed the '/' from lines 40 and 54 from setup.py and it installed properly.

Thanks for bringing this to my attention. Fixed :) b187f97