pvsyst_tools
pvsyst_tools copied to clipboard
When installing in Windows: ValueError: path 'test/data/OND/' cannot end with '/'
I couldn´t install in Windows, I got
ValueError: path 'test/data/OND/' cannot end with '/'
but modifying in setup.py the line 102 to: `'pvsyst': ['test/data/OND', 'test/data/PAN' ],
I could install
thanks for reporting his. I will fix it.
I typically use "pip install -e ." instead of setup install and for some reason pip doesn't run in this issue.
Fred
On Mon, Dec 21, 2020 at 1:29 PM Ignacio Rubio Scola < [email protected]> wrote:
I couldn´t install in Windows, I got
ValueError: path 'test/data/OND/' cannot end with '/'
but modifying in setup.py the line 102 to: `'pvsyst': ['test/data/OND', 'test/data/PAN' ],
I could install
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/frivollier/pvsyst_tools/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALHKPR7CNJART4I3P22XPLSV6HZZANCNFSM4VESLSCA .
-- Frederic