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

ci/testing #289

Open
wants to merge 171 commits into
base: main
Choose a base branch
from
Open

ci/testing #289

wants to merge 171 commits into from

Conversation

davidycliao
Copy link
Owner

Comment out pip install flair to prevent direct dependency installation in CI workflow.

- Add detailed reticulate installation steps
- Include Python installation guide with version 3.10
- Add automatic KMP_DUPLICATE_LIB_OK environment variable setting for Mac systems
- Prevent "OMP: Error #15" when multiple OpenMP runtimes are loaded
- Fix potential crashes and incorrect results from OpenMP conflicts
- Add system detection to only apply fix on Darwin/macOS
- Maintain backwards compatibility with non-Mac systems
@davidycliao davidycliao self-assigned this Jan 17, 2025
Comment out pip install flair to prevent direct dependency installation in CI workflow. This change streamlines the Python dependency management approach.
refactor: Optimize Python version check and env setup in .onAttach

- Reorganize environment setup with clear sections
- Add Python version compatibility check (3.8-3.11)
- Improve warning message suppression
- Remove redundant OpenMP message
refactor: Update environment initialization and improve comment clarity

- Improve environment setup comments
- Clarify basic settings and warnings suppression
- Update version check function with clearer compatibility messages
- Replace Chinese comments with English ones
feat: Update package startup message with flair version

- Add flair version to startup message
- Improve version display format
fix: extend Python version compatibility to 3.12

Update Python version compatibility check from 3.8-3.11 to 3.8-3.12 for PyTorch compatibility. This change maintains backwards compatibility while adding support for Python 3.12.
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.

1 participant