링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Larry,
Thanks for trying the Beta.
Although the 2017 Beta Intel Python does not officially support OS X El Capitan, we were at least able to install and run Intel Python on that system. Are you trying to install python 2 or 3?
Chris
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Larry,
Have you installed the gettext library required by Intel Python3.5? You can find more information in the Known Issues document:
https://software.intel.com/en-us/articles/intel-distribution-for-python-support-and-documentation
Thanks,
Chris
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Larry,
It appears to be an issue with GateKeeper. Please run the following command in a terminal and try the installation again:
xattr -rc /path/to/<intelpython>.app
Let me know if this works for you.
Chris
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Chris, Paul
xattr does fix the launch of the installer. Thank you.
If gettext is installed with brew, it's by default keg-only so you have to run "brew link --force gettext" to make symlinks in /usr/local to make the installer find it.
Larry