lorabasics / basicstation

LoRa Basics™ Station - The LoRaWAN Gateway Software
https://doc.sm.tc/station
Other
340 stars 178 forks source link

Dockerfile doesn't build #83

Open D2duplo opened 3 years ago

D2duplo commented 3 years ago

Hi,

While trying to build the Dockerfile i've found an error "multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory"

Suggestion: Add the python3-dev to the apt install

<..>
# system packages
RUN sudo apt-get install --no-install-recommends -yq \
        git psmisc build-essential lcov curl netcat-openbsd \
        python3 python3-pip python3-setuptools python3-wheel \
        python3-dev > /dev/null && \
        sudo apt-get clean -q && \
        sudo ln -s /usr/bin/python3 /usr/bin/python
<..>

BR, PMA

smtc-bot commented 1 year ago

Thank you for your inquiry.

Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support.

We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community!