I have installed and removed and re-installed vRhyme multiple times, both with and without the pip install, and consistently I get the following error when I attempt to run the program.
However when I run the test_vRhyme.py file everything is present.
As the portion of the base vRhyme code that runs this check is identical to the one that exists in test_vRhyme.py I have been unable to figure out what is going on or where the vRhyme code is searching for the modules.
Additionally, if I simply bypass the initial test_packages() portion of the vRhyme script, I receive the following error-
This indicates to me that the program itself is failing to locate the installed packages, despite their presence and the test script easily locating them. Please advise on how to rectify this discrepancy.
I have installed and removed and re-installed vRhyme multiple times, both with and without the pip install, and consistently I get the following error when I attempt to run the program.
However when I run the test_vRhyme.py file everything is present.
As the portion of the base vRhyme code that runs this check is identical to the one that exists in test_vRhyme.py I have been unable to figure out what is going on or where the vRhyme code is searching for the modules.
Additionally, if I simply bypass the initial test_packages() portion of the vRhyme script, I receive the following error-
This indicates to me that the program itself is failing to locate the installed packages, despite their presence and the test script easily locating them. Please advise on how to rectify this discrepancy.