Closed wgb-10 closed 2 years ago
i am facing the same issue any resolution ?
@nellorebhanuteja I installed the libraries under the 'Custom Installation' section into my conda environment and then ran:
git clone git@github.com:phuselab/pyVHR.git
cd pyVHR/
python setup.py install
Whenever there was an error (due to package dependencies), I manually installed those and ran 'python setup.py install' again.
Commit c6ea98b9e2336ef1b751f0af44d6fb5aa44d7704 resolves this issue.
When trying to create the conda environments using the installation instructions given in the readme, I get the ResolvePackageNotFound error as shown in the image below:
The same error appears when trying to create the environment for the CPU only version as shown below:
I eventually was able to install the framework by creating my own environment manually and installing the required packages which was quite tedious.