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
>>> New virtualenv created. Activate with:
workon street-view-green-view
but that command errors with command not found: workon
progressing to step 2 failed until I ran source venv/bin/activate which is not mentioned in the docs
even after activating the virtual environment, running make requirements failed with
/opt/homebrew/Cellar/[email protected]/3.11.5/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/
Python: can't open file '/Users/danbjoseph/GitHub/americanredcross/street-view-green-view/test_environment.py':
[Errno 2] No such file or directory
make: *** [test_environment] Error 2
however, running pip install . did work
The text was updated successfully, but these errors were encountered:
To be honest, I didn't use the makefile either and I don't know what test_environment.py is, it's not something I've added or changed. I can take a look at updating the Makefile to how I am currently running it.
on an Apple M2 Pro, macOS 13.4.1 (c)
after
make create_environment
the log readsbut that command errors with
command not found: workon
progressing to step 2 failed until I ran
source venv/bin/activate
which is not mentioned in the docseven after activating the virtual environment, running
make requirements
failed withhowever, running
pip install .
did workThe text was updated successfully, but these errors were encountered: