-
Notifications
You must be signed in to change notification settings - Fork 146
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
chore: fixing OMP issues for macOS ARM and Python3.11. #870
Conversation
bcm-at-zama
commented
Sep 11, 2024
- Looks like the OMP issues also happen on ARM
- And by the way, we didn't have the fix for Python3.11
@@ -10,7 +10,7 @@ MACHINE=$(uname -m) | |||
PYTHON_VERSION=$(python --version | cut -d' ' -f2 | cut -d'.' -f1,2) | |||
DO_REGENERATE=0 | |||
|
|||
if [ "$UNAME" == "Darwin" ] && [ "$MACHINE" != "arm64" ] |
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.
I don't know how it works for you, @fd0r @RomanBredehoft
Could you tell me?
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.
I'm getting an error when running make sybc_env
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.
@RomanBredehoft : do you still get an error and which error please
dac8529
to
19b30c8
Compare
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.
@RomanBredehoft said it works!