eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
698 stars 55 forks source link

Installation issue on windows #334

Closed dkflint723 closed 3 months ago

dkflint723 commented 3 months ago

I'm consistently getting the same error when trying to install via PyPi on windows 11.

ValueError: path '/Users/eoyilmaz/Documents/development/displaycal-py3/CHANGES.html' cannot be absolute [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

eoyilmaz commented 3 months ago

oh interesting, am I burrying something in to the wheel or tar.gz files that is special to my configuration? Let me look into this.

eoyilmaz commented 3 months ago

It seems that the DisplayCAL.egg-info/SOURCES.txt contains some duplicate entries with absolute paths.

eoyilmaz commented 3 months ago

Found the source of the problem and this should be fixed in the next release (3.9.13).