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

unable to locate package python3-virtualenv #113

Open
arch-user-france1 opened this issue Jun 19, 2022 · 0 comments
Open

unable to locate package python3-virtualenv #113

arch-user-france1 opened this issue Jun 19, 2022 · 0 comments
Labels
sig build dockerfiles Relating to the TF SIG Build Dockerfiles

Comments

@arch-user-france1
Copy link

arch-user-france1 commented Jun 19, 2022

It seems that it cannot install python3-virutalenv because it doesn't exist (raspberry pi docker image).
It is in the Ubuntu repository though.

I added RUN apt search virtualenv into the dockerfile, seems that python-virtualenv should be used instead?

Sorting...
Full Text Search...
dh-virtualenv/trusty 0.6-1 all
  wrap and build python packages using virtualenv

python-tox/trusty-updates 1.6.0-1ubuntu1 all
  virtualenv-based automation of test activities

python-virtualenv/trusty-updates 1.11.4-1ubuntu1 all
  Python virtual environment creator

virtualenv-clone/trusty 0.2.4-1 all
  script for cloning a non-relocatable virtualenv

virtualenvwrapper/trusty 4.1.1-1 all
  extension to virtualenv for managing multiple virtual Python environments

I fixed the install_deb_packages but now it aborted instead of installing the files (like it'd press n instead of y)
This was because I had a separate command and adding -y fixed that.

The pip injstallation script is completely messed up, too.

  1. It uses python3.4
  2. The wrong get-pip script is downloaded.
@arch-user-france1 arch-user-france1 added the sig build dockerfiles Relating to the TF SIG Build Dockerfiles label Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig build dockerfiles Relating to the TF SIG Build Dockerfiles
Projects
None yet
Development

No branches or pull requests

2 participants