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

使用pip install fairy-doc[cpu]显示没有找到版本 #16

Open
RechardLLee opened this issue Jul 20, 2024 · 2 comments
Open

使用pip install fairy-doc[cpu]显示没有找到版本 #16

RechardLLee opened this issue Jul 20, 2024 · 2 comments

Comments

@RechardLLee
Copy link

ERROR: Could not find a version that satisfies the requirement fairy-doc[cpu] (from versions: none)
ERROR: No matching distribution found for fairy-doc[cpu]

@icecraft
Copy link
Collaborator

icecraft commented Jul 24, 2024

it seems caused by incorrect python version, you can try the following instructions

conda create -n py310 python=3.10
conda activate py310
pip install fairy-doc[cpu]

@icecraft icecraft reopened this Jul 24, 2024
@868618
Copy link

868618 commented Aug 5, 2024

it seems caused by incorrect python version, you can try the following instructions

conda create -n py310 python=3.10
conda activate py310
pip install fairy-doc[cpu]

没什么卵用啊兄嘚

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

No branches or pull requests

3 participants