Skip to content
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

github action处理python包PyYAML报错 #181

Closed
rainoffallingstar opened this issue Jul 18, 2023 · 2 comments · Fixed by #182
Closed

github action处理python包PyYAML报错 #181

rainoffallingstar opened this issue Jul 18, 2023 · 2 comments · Fixed by #182

Comments

@rainoffallingstar
Copy link

`+ pip3 install -r /hub-mirror/requirements.txt
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting PyYAML==5.4.1

Downloading PyYAML-5.4.1.tar.gz (175 kB)

 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 KB 4.1 MB/s eta 0:00:00

Installing build dependencies: started

Installing build dependencies: finished with status 'done'

Getting requirements to build wheel: started

Getting requirements to build wheel: finished with status 'error'

error: subprocess-exited-with-error`

@Yikun
Copy link
Owner

Yikun commented Jul 18, 2023

感谢反馈,已修复。

steps:
- name: Mirror the Github organization repos to Gitee.
  uses: Yikun/[email protected]
  with:
steps:
- name: Mirror the Github organization repos to Gitee.
  uses: Yikun/hub-mirror-action@master
  with:

使用v1.3后版本,或者master版本

sunfkny added a commit to sunfkny/genshin-gacha-export that referenced this issue Aug 14, 2023
@xie-dd
Copy link

xie-dd commented Nov 30, 2023

感谢您的贡献

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants