hologram-python icon indicating copy to clipboard operation
hologram-python copied to clipboard

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

Open danistrigaro opened this issue 5 years ago • 2 comments
trafficstars

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.

danistrigaro avatar Jul 31 '20 08:07 danistrigaro

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.

issue-label-bot[bot] avatar Jul 31 '20 08:07 issue-label-bot[bot]

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

DomAmato avatar Aug 01 '20 03:08 DomAmato