The command
git clone https://github.com/google-research/big_vision
cd big_vision/
pip3 install --upgrade pip
pip3 install -r big_vision/requirements.txt
provided in README does not install the repo but rather the dependency since neither 'setup.py' nor 'pyproject.toml' found. Is that possible to install this package as other package such as scenic is dependent on it. Currently, I am adding big_vision repo to system path for usage.
The command
git clone https://github.com/google-research/big_vision cd big_vision/ pip3 install --upgrade pip pip3 install -r big_vision/requirements.txtprovided in README does not install the repo but rather the dependency since neither 'setup.py' nor 'pyproject.toml' found. Is that possible to install this package as other package such as scenic is dependent on it. Currently, I am adding big_vision repo to system path for usage.