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

fix: Intel x86_64 macOS issue with wrapt 1.17 #5657

Merged
merged 5 commits into from
Dec 9, 2024
Merged

fix: Intel x86_64 macOS issue with wrapt 1.17 #5657

merged 5 commits into from
Dec 9, 2024

Conversation

RogerHYang
Copy link
Contributor

@RogerHYang RogerHYang commented Dec 9, 2024

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 9, 2024
pyproject.toml Outdated
@@ -32,7 +32,7 @@ dependencies = [
"pyarrow",
"typing-extensions>=4.6",
"scipy",
"wrapt",
"wrapt<1.17",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be related to an issue reported here, but I haven't been able to reproduce locally.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it just an issue on Intel?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, it's just intel mac. so weird

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably related to this

@RogerHYang RogerHYang changed the title fix: intel MACOS fix: intel MACOS issue with wrapt 1.17 Dec 9, 2024
@RogerHYang RogerHYang changed the title fix: intel MACOS issue with wrapt 1.17 fix: x86_64 Intel macOS issue with wrapt 1.17 Dec 9, 2024
@RogerHYang RogerHYang changed the title fix: x86_64 Intel macOS issue with wrapt 1.17 fix: Intel x86_64 macOS issue with wrapt 1.17 Dec 9, 2024
@RogerHYang RogerHYang merged commit c1aa93d into main Dec 9, 2024
36 checks passed
@RogerHYang RogerHYang deleted the intel-mac branch December 9, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Unable to run Phoenix-Arize on Mac pro 2019 intel-i9
2 participants