phuselab / pyVHR

Python framework for Virtual Heart Rate

Home Page:http://phuselab.di.unimi.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResolvePackageNotFound: Error

wgb-10 opened this issue · comments

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.

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 c6ea98b resolves this issue.