pvsyst_tools icon indicating copy to clipboard operation
pvsyst_tools copied to clipboard

When installing in Windows: ValueError: path 'test/data/OND/' cannot end with '/'

Open IgnacioRubioScola opened this issue 4 years ago • 1 comments

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

IgnacioRubioScola avatar Dec 21 '20 18:12 IgnacioRubioScola

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

frivollier avatar Dec 21 '20 19:12 frivollier