Open nat45928 opened 3 years ago
Why are you using a python virtual environment in your mbed project folder when all the code is in C++? Just store your .venv
folder somewhere else or better yet, don't use a virtual environment at all. Problem solved.
Describe the bug It appears while searching for .lib files mbed-tools is able to traverse into tooling folders, namely a co-located virtualenv and attempts to parse invalid
.lib
files.The exact traceback is:
In my case it appears to be parsing the file
.venv\Lib\site-packages\win32\libs\pywintypes.lib
.To Reproduce
.venv
mbed-os.lib
filembed-tools deploy
Expected behavior
mbed-tools deploy
should execute.Screenshots NA
Desktop (please complete the following information):
Mbed (please complete the following information):
Additional context NA