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

docker entrypoint should install request PIP_PACKAGES #904

Closed
1 of 10 tasks
curiousercreative opened this issue May 21, 2023 · 1 comment
Closed
1 of 10 tasks

docker entrypoint should install request PIP_PACKAGES #904

curiousercreative opened this issue May 21, 2023 · 1 comment
Labels

Comments

@curiousercreative
Copy link

Iris version

3.67.0

Operating system(s) affected

  • Windows
  • MacOS
  • iOS
  • Android
  • Linux
  • Other

Browser(s) affected

  • Firefox
  • Chrome
  • Edge
  • Other

What happened?

When starting the mopidy iris container, env $PIP_PACKAGES are not installed with error "ERROR: Invalid requirement: 'package_name1 package_name2'

This appears to be the cause of the regression. To workaround, I've simply run docker compose exec -it mopidy python3 -m pip install --no-cache Mopidy-Subidy Mopidy-Bandcamp (without quotes for the packages) after creating and running the container. After that, I restart it and everything's fine until the container is removed.

Logs

No response

@joepaolicelli
Copy link

Also running in to this, it seems the added quotes cause pip to think the list of packages here is all one package, which causes the failure.

@jaedb jaedb closed this as completed in 40987be Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants