Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepency between vrs/pyvrs install, pip install does not work for vrs CLI #18

Open
juliawilkins opened this issue Jan 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@juliawilkins
Copy link

juliawilkins commented Jan 10, 2024

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!

@juliawilkins juliawilkins added the bug Something isn't working label Jan 10, 2024
@juliawilkins 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
@SeaOtocinclus
Copy link
Contributor

Note that pyvrs is a python package and so does not ship any command line client.
If you want to use the vrs command line tools, you can easily install it by using conda or pixi
https://facebookresearch.github.io/projectaria_tools/docs/data_formats/aria_vrs/aria_vrs_tools_installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@juliawilkins @SeaOtocinclus and others