-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
macOS Big Sur 11.2.1 - installing virtual environment and dependencies compiler issues #7956
Comments
Thanks for raising this issue, @yennycheung will get back to you about it soon✨ Please also check out the docs and the forum in case your issue was raised there too 🤗 |
Sorry about that @twerkmeister, I'll make tagbot ignore you, and welcome back! :) |
No worries @erohmensing! Good to be back :) |
After sorting the current issues with pyenv 1.2.23 on Big Sur. We also have had issues too instaling |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey, I am experiencing problems like that here too when trying to do In my case I get the error :
I am using macOS Big Sur 11.5 , pyenv 1.2.21 Can someone help ? |
Yes, I am replying to my own comment because I may have found a work around the problem. First of all, I found a similar issue describing a similar problem here. Then I was able to fix the issue with:
But the universe conspired against me and I got another error:
So, to solve that I had to do some things, like:
and then again
After all those struggles... my final commentsFor all macOS users,
|
Hey Rasa team, after I got some many problems and could solve them, It may solve this issue. I'll be opening a pull request soon. Thank you. |
Hey @ErickGiffoni. Thanks for your efforts - Did you also have those problems when using python 3.7.9 which I described would work? Is there a reason you had to stick to 3.7.6? |
Hey @twerkmeister Thomas, I stick to Python 3.7.6 only because it was the README suggestion. I was having so much trouble and finding so many problems that using 3.7.9 didn’t even come to my mind... but the good thing is that the efforts worked in the end. If you want, we could add to the pull request I created using Python 3.7.9 as your suggestion. |
Rasa version: master branch
pyenv version: 1.2.22
Operating system (windows, osx, ...): macOS Big Sur 11.2.1
Issue: For me there were a couple of compiler problems in getting the virtual env and dependencies for development running.
pyenv install
only worked for certain versions:pyenv install 3.7.6
as shown in the readme won't work.pyenv install 3.7.9
turned out to work in the end among a few othersproposed improvement: Possibly update Readme to use 3.7.9 right away, or add a note for macOS users.
make install
. I tried a bunch of stuff. In the end a simple environment variable helped:export SYSTEM_VERSION_COMPAT=1
proposed improvement: Add a note for macOS users.
I don't know if this was only related to my machine but it was quite some effort to get this to run. In between I tried all sorts of things from updating xcode, command line tools, brew, using specific brew libraries instead of the std macOS libraries when installing things... In the end the above two things apparently made the difference.
The text was updated successfully, but these errors were encountered: