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

docs clarification - more details about activating virtual environment? make requirements fails? #19

Closed
danbjoseph opened this issue Mar 2, 2024 · 3 comments · Fixed by #21

Comments

@danbjoseph
Copy link
Member

on an Apple M2 Pro, macOS 13.4.1 (c)

after make create_environment the log reads

>>> 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

Screenshot 2024-03-02 at 10 47 28 AM
@dragonejt
Copy link
Contributor

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.

@danbjoseph
Copy link
Member Author

@jayqi was this something you worked on?

@jayqi
Copy link
Contributor

jayqi commented Mar 3, 2024

@danbjoseph there were two things going on here that I think should be addressed by #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants