You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/11/08 01:55:16 UTC

[GitHub] [skywalking-python] kezhenxu94 commented on pull request #249: Introduce Poetry and bump up e2e

kezhenxu94 commented on PR #249:
URL: https://github.com/apache/skywalking-python/pull/249#issuecomment-1306504345

   I cannot run this and failed to find a workable solution in Google, I did found some similar questions/issues but none works for me. Haven't dig deep to see why and how to fix this yet.
   
   ```
   skywalking-python pr/Superskyyy/249 % make
   curl -sSL https://install.python-poetry.org | python3 -
   Retrieving Poetry metadata
   
   # Welcome to Poetry!
   
   This will download and install the latest version of Poetry,
   a dependency and package manager for Python.
   
   It will add the `poetry` command to Poetry's bin directory, located at:
   
   /Users/kezhenxu94/.local/bin
   
   You can uninstall at any time by executing this script with the --uninstall option,
   and these changes will be reverted.
   
   Installing Poetry (1.2.2): Creating environment
   Traceback (most recent call last):
     File "<stdin>", line 940, in <module>
     File "<stdin>", line 919, in main
     File "<stdin>", line 550, in run
     File "<stdin>", line 571, in install
     File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/contextlib.py", line 117, in __enter__
       return next(self.gen)
     File "<stdin>", line 643, in make_env
     File "<stdin>", line 629, in make_env
     File "<stdin>", line 309, in make
     File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/__init__.py", line 66, in __init__
       self.symlinks = should_use_symlinks(symlinks)
     File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/__init__.py", line 31, in should_use_symlinks
       raise Exception("This build of python cannot create venvs without using symlinks")
   Exception: This build of python cannot create venvs without using symlinks
   make: [poetry] Error 1 (ignored)
   poetry self update
   make: poetry: No such file or directory
   make: *** [poetry] Error 1
   skywalking-python pr/Superskyyy/249 % 
   ```


-- 
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: notifications-unsubscribe@skywalking.apache.org

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