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

Relax PyYAML version requirement #215

Conversation

cartalla
Copy link
Contributor

@cartalla cartalla commented Apr 1, 2024

Not sure why it was requiring a specific version, but doesn't seem to be necessary.

Update setup.sh

Don't deactivate virtual venv because it can be setting up newer python version.

Use return instead of exit so don't exit calling shell.

Use "which node" instead of "node -v" to detect if nodejs is in the path. "node-v" prompts to install nodejs, which I don't want because I want control over which version is installed.

Resolves #212

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Not sure why it was requiring a specific version, but doesn't seem to be necessary.

Update setup.sh

Don't deactivate virtual venv because it can be setting up newer python version.

Use return instead of exit so don't exit calling shell.

Use "which node" instead of "node -v" to detect if nodejs is in the path.
"node-v" prompts to install nodejs, which I don't want because I want
control over which version is installed.

Add to documentation on how to use newer versions of python.

Resolves #212
@cartalla cartalla force-pushed the 212-pyyaml-541-in-sourcerequirementstxt-does-not-install-due-to-release-of-cython30 branch from dd4d994 to 2191bf1 Compare April 1, 2024 16:48
@cartalla cartalla merged commit 2187986 into main Apr 1, 2024
@cartalla cartalla deleted the 212-pyyaml-541-in-sourcerequirementstxt-does-not-install-due-to-release-of-cython30 branch April 1, 2024 16:48
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 this pull request may close these issues.

PyYAML 5.4.1 in source/requirements.txt does not install due to release of cython3.0
1 participant