message "no module named compose" in docker-compose - docker-compose

I tried already pip install docker-compose
But it didn't help...
Didn't find any other solution for this question, any clue greatly appreciated
(Running docker 20.10.18 on raspbian bullseye, can't provide compose version, same error)

Well, it's due to a bad installation of multiple versions of python unfortunately.
Trying to uninstall 3.10 which has been installed manually above the standard 3.9 package and screws up everything...

Related

Can anyone help me installation Mosquitto 2.0 on CentOS linux 7.0

I need to install Mosquitto 2.0 on my centOS linux machine.
The command available is yum install mosquitto works well, but it installs 1.6 version
I cannot use docker due to some limitation in my machine container eligibility.
Can anyone help me in this?
After some trial and error along with performing this is the best document I got so far.
https://www.disk91.com/2016/technology/internet-of-things-technology/install-mosquitto-mqtt-server-on-centos-to-publish-iot-data/

How to fix "Nothing to do" error on openproject configure?

I am installing OpenProject 8.3.1 on my apache 2.4 CentOS7 WHM/CPanel VPS using packaged installation and I've run into the following problem:
When I run openproject configure right after installation process it goes well up until the line "No package mod_ssl available". Followed by "Error: Nothing to do". Openproject can't be accessed.
I'm using PostgreSQL and auto installation/configuration option. I've tried skipping all but the most essential options in configuration, to no help.
The mod_ssl unavailable bit is the most surprising, since after I run rpm -qa|grep mod_ssl I get "ea-apache24-mod_ssl-2.4.38-3.3.1.cpanel.x86_64" - meaning I in fact do have mod_ssl available.
It looks like you are using a non-standard CentOS edition with CPanel. I don't think OpenProject can be installed on such a distribution, because it seems to come with limitations as to what packages are available. The mod_ssl package you mention is the one originally distributed by the CentOS distribution.

Airflow no module named 'kubernetes'

Answer My Own Question
I recently upgraded to Airflow 1.10 which introduced the KubernetesPodOperator however whenever I use it I see the following error in the webserver: No module named 'kubernetes'. Why does this happen and how can I fix it?
This happens because the kubernetes library isn't installed with vanilla airflow. You can fix this by running pip install "apache-airflow[kubernetes]".
For airflow 1.10.4,
pip install 'apache-airflow[cncf.kubernetes]'

Bigbluebutton installation guide for ubuntu 12.04

I am getting error like "E: Unable to locate package bigbluebutton
".I need proper guide for installing bigbluebutton on ubuntu 12.04.And also I followed many links.which shows same error like. So,please help me.
I am the product manager for BigBlueButton.
You can expect full support for Ubuntu 12.04 64-bit as part of the next release of BigBlueButton (after 0.81).
We faced similar issue couple of day back
after doing "sudo apt-get update" we are able to proceed with installation.
hope this works.

Satchmo install on a mac using virtualenv

I have virtualenv set up and working correctly on my mac os (leopard) running python 2.6 & django 1.2.3. I want to install Satchmo but I haven't found solid instructions for a mac install using virtualenv. Can anyone help regarding this? thanks.
If you're using buildout with virtualenv then try this: https://github.com/shywolf9982/satchmo-buildout
Of course installing newest XCode ie. 3.1 or 3.2 is a must..
Unfortunatelly compiniling stuff on Mac can give you the creeps... My collegue and I, were fighting 12h with installation of geodjango on Spatialite database, and we didn't make it after all :)
If you're not using buildout then just use macports for installing modules listed in above repo's buildout.cfg file.
Good luck!
This Satchmo Project post contains the instructions I follow on Snow Leopard. I use Homebrew and/or MacPorts in lieu of the Debian package tools.