real-stanford / diffusion_policy

[RSS 2023] Diffusion Policy Visuomotor Policy Learning via Action Diffusion
https://diffusion-policy.cs.columbia.edu/
MIT License
1.39k stars 260 forks source link

create environment error #68

Open Chenrf1121 opened 5 months ago

Chenrf1121 commented 5 months ago

When I use mamba create environment, there is a error about install av==10.0.0, the detail is

error libmamba Could not solve for environment specs The following packages are incompatible └─ av 10.0.0** is not installable because there are no viable options ├─ av 10.0.0 would require │ └─ ffmpeg >=4.4.2,<5.0a0 , which conflicts with any installable versions previously reported; ├─ av 10.0.0 would require │ └─ ffmpeg >=5.1.2,<6.0a0 , which conflicts with any installable versions previously reported; ├─ av 10.0.0 would require │ └─ ffmpeg >=6.0.0,<7.0a0 , which conflicts with any installable versions previously reported; └─ av 10.0.0 conflicts with any installable versions previously reported. critical libmamba Could not solve for environment specs , my ffmpeg version is ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers

edwardjjj commented 4 months ago

In my case, removing channel priority: strick in .condarc solved the problem.