ChristianKuehnel / plantgateway

Bluetooth to mqtt gateway for Xiaomi Mi plant sensors
Apache License 2.0
276 stars 43 forks source link

PyYAML 4.1 Removed, unable to install #22

Closed philhawthorne closed 6 years ago

philhawthorne commented 6 years ago

It looks like PyYAML 4.1 has been removed from Piwheels. Not sure if it will be coming back.

bennuttall/piwheels#72 bennuttall/piwheels#73

Because of this, you currently can't install or upgrade Plantgateway, as it requires this version of PyYAML. Might need to upgrade or downgrade the version requirement.

philhawthorne commented 6 years ago

Just checked the requirements.txt file of Plantgatway, and no version number is expressly defined. So this may be an issue caused by Piwheels for now. Hopefully if they remove the 4.1 version correctly from their sit,e this will start working again.

A workaround (I haven't tested this yet) might be to manually install a version of PyYAML which hasn't been removed yet.

freekeys commented 6 years ago

Could this be what’s causing my issue here? https://github.com/ChristianKuehnel/plantgateway/issues/24

philhawthorne commented 6 years ago

@freekeys I don't think so, it looks like your YAML file might have a syntax error. Can you post your YAML file in that issue as well, and also check it with yamllint.com to ensure its valid?