Kane610 / axis

Python library enabling easy communication with Axis devices and its metadatastream
MIT License
28 stars 11 forks source link

file conflicts with aiounify package? #378

Closed onkelbeh closed 4 months ago

onkelbeh commented 4 months ago

somehow axis-50 claims a filename which conflicts with aiounify, perhaps a mistake?

 * >>> Extracting dev-python/axis-50
 *
 * Detected file collision(s):
 *
 *  /usr/lib/python-exec/python3.11/aiounifi
 *  /usr/lib/python-exec/python3.12/aiounifi
 *  /usr/bin/aiounifi
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * dev-python/aiounifi-72:0::HomeAssistantRepository
 *  /usr/bin/aiounifi
 *  /usr/lib/python-exec/python3.11/aiounifi
 *  /usr/lib/python-exec/python3.12/aiounifi
 *
 * Package 'dev-python/axis-50' NOT merged due to file collisions.

https://github.com/Kane610/axis/blame/1ca8ea0128d0dc6826a2fae0a4637b00c19ff94c/pyproject.toml#L57

Kane610 commented 4 months ago

Thanks for reporting. Ive never had that issue myself so not sure why you get it, seeing as you have both python 3.11 and 3.12 listed you don't run in a virtual environment?

Kane610 commented 4 months ago

This is out with axis v54 and merged to hass dev so shouldn't affect you anymore