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 error for the environment.yml #26

Open
TAOLiyong opened this issue May 30, 2022 · 0 comments
Open

Pip error for the environment.yml #26

TAOLiyong opened this issue May 30, 2022 · 0 comments

Comments

@TAOLiyong
Copy link

When I want to run BlindAI of DareFightingICE, I obeyed readme to create environment, but there is next error message occured.

`C:\DareFightingICE\DareFightingICE\SampleAI\BlindAI>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: done
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Installing pip dependencies: / Ran pip subprocess with arguments:
['C:\Users\TooSama\anaconda3\envs\ice\python.exe', '-m', 'pip', 'install', '-U', '-r', 'C:\DareFightingICE\DareFightingICE\SampleAI\BlindAI\condaenv.o_19fp0c.requirements.txt']
Pip subprocess output:
Collecting absl-py==1.0.0
Using cached absl_py-1.0.0-py3-none-any.whl (126 kB)
Collecting cachetools==5.0.0
Using cached cachetools-5.0.0-py3-none-any.whl (9.1 kB)
Collecting cycler==0.11.0
Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement dill==0.3.5.dev0 (from versions: 0.1a1, 0.2a1, 0.2b1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.7.1, 0.2.8, 0.2.8.1, 0.2.8.2, 0.2.9, 0.3.0, 0.3.1, 0.3.1.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.5.1)
ERROR: No matching distribution found for dill==0.3.5.dev0

failed

CondaEnvException: Pip failed

`

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

1 participant