Carglglz / upydev

Command line tool for MicroPython devices
https://pypi.org/project/upydev/
MIT License
57 stars 9 forks source link

Dependency `requests` missing #2

Closed DrTom closed 4 years ago

DrTom commented 4 years ago

I ran into the error:

$ upydev -h
Traceback (most recent call last):
  File "/Users/thomas/Programming/HA/MicroPython/venv/bin/upydev", line 17, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

which was resolved by: pip install requests

I am using python 3.7.4 from MacPorts wrapped via venv under Mac OS Mojave

Carglglz commented 4 years ago

Hi @DrTom You are right so I've already updated the repo and requests dependency will be included in the next release. Thanks for reporting this issue.