Describe the bug
The file requirements.txt is missing wheel. This results in failure if you do not have already wheel installed or if you install the tool into a virtual environment.
To Reproduce
Steps to reproduce the behavior:
Clone the repo.
git clone git@github.com:ebi-ait/ingest-graph-validator.git
cd ingest-graph-validator
Set up a virtual environment.
python3 -m venv venv
source ./venv/bin/activate
Try to install the tool from the repo.
pip install .
Expected behaviour
It is expected that the installation of the tool and all of its requirements succeed without any errors.
Describe the bug The file
requirements.txt
is missingwheel
. This results in failure if you do not have alreadywheel
installed or if you install the tool into a virtual environment.To Reproduce Steps to reproduce the behavior:
Expected behaviour It is expected that the installation of the tool and all of its requirements succeed without any errors.