BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
316 stars 25 forks source link

Can't resolve import? #103

Closed rmaes4 closed 3 years ago

rmaes4 commented 4 years ago

Thank you for this project. I am a novice when it comes to micropython and I found your tool to help me get going quickly. I am trying to use the micropython bluetooth library. VS Code is giving me an error however saying that it cannot be found. I tried running micropy install bluetooth as well but it said it could not be found. What exactly do I need to do to use the bluetooth library. Please see the screenshot below. Thanks again.

Screen Shot 2020-04-18 at 4 11 17 PM
BradenM commented 4 years ago

Hi @rmaes4 , sorry for the delay!

This is a known issue, please see BradenM/micropy-stubs#9 for more info. Thanks!

askpatrickw commented 4 years ago

I opened an issue in the appropriate repo to track this: https://github.com/Josverl/micropython-stubber/issues/13

BradenM commented 3 years ago

Closed in https://github.com/Josverl/micropython-stubber/issues/13