You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pip install pyvrs to use the vrs CLI. I did pip install vrs, and verified the installation via pip show and pip list. When I run vrs or vrs check aria.vrs, I get bash: vrs: command not found- the CLI is not able to be accessed. However, I can run import pyvrs inside of a Python script.
Any tips for being able to use the true vrs CLI? Do I need to install the original VRS dependencies here - is the pip install not the only thing needed? Thanks!
The text was updated successfully, but these errors were encountered:
juliawilkins
changed the title
Discrepency between vrs/pyvrs install, pip install does not work
Discrepency between vrs/pyvrs install, pip install does not work for vrs CLI
Jan 10, 2024
I am trying to pip install pyvrs to use the vrs CLI. I did
pip install vrs
, and verified the installation viapip show
andpip list
. When I runvrs
orvrs check aria.vrs
, I getbash: vrs: command not found
- the CLI is not able to be accessed. However, I can runimport pyvrs
inside of a Python script.Any tips for being able to use the true vrs CLI? Do I need to install the original VRS dependencies here - is the pip install not the only thing needed? Thanks!
The text was updated successfully, but these errors were encountered: