phuselab / pyVHR

Python framework for Virtual Heart Rate
http://phuselab.di.unimi.it/
GNU General Public License v3.0
461 stars 128 forks source link

ResolvePackageNotFound: Error #32

Closed wgb-10 closed 2 years ago

wgb-10 commented 2 years ago

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:

pyVHR_Issue1

The same error appears when trying to create the environment for the CPU only version as shown below:

pyVHR_Issue2

I eventually was able to install the framework by creating my own environment manually and installing the required packages which was quite tedious.

nellorebhanuteja commented 2 years ago

i am facing the same issue any resolution ?

wgb-10 commented 2 years ago

@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.

wgb-10 commented 2 years ago

Commit c6ea98b9e2336ef1b751f0af44d6fb5aa44d7704 resolves this issue.