Hello everyone! I am trying to install custom python package to private repo under Spaces via adding it’s name to requirements.txt
, and pushing package code to my HF Spaces repo. This results to ERROR: Could not find a version that satisfies the requirement avocado_lite (from versions: none)
(it doesn’t surprise me). This package can be installed locally by running command pip install -e ./avocado_lite
. I didn’t find any HF documentation related to this question. So, what should I do, to make my own package be installed under my HF repository environment? Thanks in advance
1 Like