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

Should we have a Dockerfile as a part of the quickstart? #36

Closed
suchintan opened this issue Mar 6, 2024 · 3 comments
Closed

Should we have a Dockerfile as a part of the quickstart? #36

suchintan opened this issue Mar 6, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed P3

Comments

@suchintan
Copy link
Contributor

Just went through setup with someone:

  1. He had the wrong poetry env locally (poetry 1.5 instead of 1.8)
  2. He had a messed up postgres directory (Postgres service points to bad data directory after #109075 Homebrew/homebrew-core#109644 (comment))
  3. He had conda conflicting with poetry (ended up not being a major issue)

Should we just have the quickstart be a docker image?

@suchintan suchintan added the enhancement New feature or request label Mar 7, 2024
@nodox
Copy link

nodox commented Mar 16, 2024

Yes we should add a dockerfile because it doesnt work on a system running python 3.12

Current error looks like such

.env file already exists, skipping initialization.
dyld[38115]: Library not loaded: /opt/homebrew/Cellar/python@3.11/3.11.4/Frameworks/Python.framework/Versions/3.11/Python
  Referenced from: <37FD4F3E-71AB-33B6-A5F0-E6DC8332F4F9> /Users/stevennatera/Library/Application Support/pypoetry/venv/bin/python
  Reason: tried: '/opt/homebrew/Cellar/python@3.11/3.11.4/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/python@3.11/3.11.4/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/opt/homebrew/Cellar/python@3.11/3.11.4/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.11/Python' (no such file, not in dyld cache)
./setup.sh: line 61: 38115 Abort trap: 6           poetry env use python3.11
Error: Python 3.11 is not installed.

@suchintan
Copy link
Contributor Author

@nodox agreed. We haven't figured out how to get a browser instance running while running this inside Docker -- keep your eyes peeled we will hopefully get it working soon!

Copy link

github-actions bot commented May 7, 2024

This issue is stale because it has been open for 30 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed P3
Projects
None yet
Development

No branches or pull requests

2 participants