You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/05 22:53:38 UTC

[GitHub] [pulsar] merlimat commented on pull request #15436: [python] [build system] Improve MacOS Wheel Building with Pyenv and Rosetta

merlimat commented on PR #15436:
URL: https://github.com/apache/pulsar/pull/15436#issuecomment-1119112471

   @zbentley I'm getting errors in building Python 3.7 with Pyenv through the script: 
   
   ```
   BUILD FAILED (OS X 12.3.1 using python-build 2.3.0-1-g867f34b5)
   
   Inspect or clean up the working tree at /var/folders/q6/sh01_cr95z7f13gwk1thn3y00000gn/T/python-build.20220505154848.25738
   Results logged to /var/folders/q6/sh01_cr95z7f13gwk1thn3y00000gn/T/python-build.20220505154848.25738.log
   
   Last 10 log lines:
   		case upgrade in \
   			upgrade) ensurepip="--upgrade" ;; \
   			install|*) ensurepip="" ;; \
   		esac; \
   		DYLD_LIBRARY_PATH=/var/folders/q6/sh01_cr95z7f13gwk1thn3y00000gn/T/python-build.20220505154848.25738/Python-3.7.13 ./python.exe -E -m ensurepip \
   			$ensurepip --root=/ ; \
   	fi
   dyld[40040]: missing symbol called
   /bin/sh: line 1: 40040 Abort trap: 6           DYLD_LIBRARY_PATH=/var/folders/q6/sh01_cr95z7f13gwk1thn3y00000gn/T/python-build.20220505154848.25738/Python-3.7.13 ./python.exe -E -m ensurepip $ensurepip --root=/
   make: *** [install] Error 134
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org