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
Thanks for making this available. I was wondering if there is a preferred way to demo these scripts?
I'm using anaconda to manage environments. If you create a fresh/clean environment with python 2.7 (e.g. conda create --name vl_interface python=2.7) , cloning this repo, and try to setup the packages, it throws an error (using pip install e .)
On the flip side, using python 3.9, you can install the required packages, but all of the scripts fail out of the box
Hi!
Thanks for making this available. I was wondering if there is a preferred way to demo these scripts?
I'm using anaconda to manage environments. If you create a fresh/clean environment with python 2.7 (e.g.
conda create --name vl_interface python=2.7
) , cloning this repo, and try to setup the packages, it throws an error (usingpip install e .
)On the flip side, using python 3.9, you can install the required packages, but all of the scripts fail out of the box
Do you have any thoughts or recommendations for an environment to try out these functions?
Thanks
The text was updated successfully, but these errors were encountered: