You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Iris version
3.67.0
Operating system(s) affected
Browser(s) affected
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
The text was updated successfully, but these errors were encountered: