hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
88 stars 47 forks source link

install.sh supports only python3.7 not python3.8 #55

Open danistrigaro opened 4 years ago

danistrigaro commented 4 years ago

Describe the problem

In the install.sh file is specified that one of the required libraries is: libpython3.7-dev That caused issue if you want to install the library with Python 3.8 which seems to be supported looking at the following lines of code where you check the python version.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

DomAmato commented 4 years ago

This is related to your other issue #54 as there is a reason we only target 3.7 at the moment.