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

Incompatibility with latest releases of mqttgateway #2

Open
lbnt opened this issue Apr 7, 2020 · 0 comments
Open

Incompatibility with latest releases of mqttgateway #2

lbnt opened this issue Apr 7, 2020 · 0 comments

Comments

@lbnt
Copy link

lbnt commented Apr 7, 2020

Hi,
By defaut on my ubuntu server, musiccast2mqtt 0.114 is installed with mqttgateway 1.1.1

Collecting musiccast2mqtt
  Downloading musiccast2mqtt-0.114-py2-none-any.whl (37 kB)
Collecting mqttgateway>=0.205
  Downloading mqttgateway-1.1.1-py2-none-any.whl (32 kB)
Requirement already satisfied: paho-mqtt>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from mqttgateway>=0.205->musiccast2mqtt) (1.4.0)
Installing collected packages: mqttgateway, musiccast2mqtt
Successfully installed mqttgateway-1.1.1 musiccast2mqtt-0.114

But musiccast2mqtt 0.114 is incompatible with mqttgateway 1.1.1:

mathieu@serveur:~$ musiccast2mqtt
Traceback (most recent call last):
  File "/usr/local/bin/musiccast2mqtt", line 5, in <module>
    from musiccast2mqtt.musiccast_start import main
  File "/usr/local/lib/python2.7/dist-packages/musiccast2mqtt/musiccast_start.py", line 10, in <module>
    import mqttgateway.utils.app_properties as app
ImportError: No module named utils.app_properties

By installing mqttgateway 0.205 (as per requirement), it seems to work better (but not fully tested yet from my side). I have some log printed on screen as expected.

Install procedure should be updated or musiccast2mqtt should use latest mqttgateway api.

Thanks for your hard work

Mathieu

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

1 participant