hologram-python
hologram-python copied to clipboard
install.sh supports only python3.7 not python3.8
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.
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.
This is related to your other issue #54 as there is a reason we only target 3.7 at the moment.