-
Notifications
You must be signed in to change notification settings - Fork 49
Add a setup gotchas section to arch.md. #853
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
base: master
Are you sure you want to change the base?
Conversation
|
My setup issue was because my environment was messed up. |
gel/_internal/arch.md
Outdated
| ```bash | ||
| pip install setuptools==70 | ||
| pip install cython | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait... pip install -e. should take care of these, no?
cython is in pypackage.toml
[build-system]
requires = ["Cython(>=3.1.1,<4.0.0)", "setuptools >= 67", "wheel"]
build-backend = "setuptools.build_meta"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it's weird, I had to manually install these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe my env is still weird 🫠
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me try some stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I always have to do that too.
|
Add a note about your warnings -- add a section "gotchas" or FAQ, copy/paste your warnings, add the recommendation + explanation (pyx files were changed, run |
|
@1st1 I couldn't reproduce some of the earlier errors, but hopefully the next person to encounter them will take better notes. |
just copy paste from slack, errors are always the same and the cause is well-known |
No description provided.