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

ERROR: Cannot uninstall 'imageio'. #15

Open
gogo9th opened this issue Aug 17, 2019 · 2 comments
Open

ERROR: Cannot uninstall 'imageio'. #15

gogo9th opened this issue Aug 17, 2019 · 2 comments

Comments

@gogo9th
Copy link

gogo9th commented Aug 17, 2019

Hi,

I am trying to install on Ubuntu 19.04 your program by following this instruction:

https://github.com/chenxinhua/faceit_live

But when I run docker-compose build, I get the following error:

ERROR: Cannot uninstall 'imageio'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

Could you please help me solve the issue...? Thanks very much.

@farkow
Copy link

farkow commented Nov 3, 2019

Not sure if you will have problems with different versions but you can give it a try with "--ignore-installed" option for pip install -r requirements.txt in Dockerfile like pip install --ignore-installed -r requirements.txt

@daniel-ziegler
Copy link

You may have installed it with conda; try running conda remove imageio first (if you don't need it for something else).

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