PIO Keeps installing a library into temp until filling up the drive.
See original GitHub issueOperating system: Windows 10 Pro Version 10.0.18362 Build 18362
PlatformIO Version (platformio --version
): Core 5.0.3 - Home 3.3.1
Description of problem
I found that pio keeps installing a custom library dependency inside a lot of my projects repeatedly until filling the C hard disk space.
the library is PangolinMQTT.
Referencing to it in platformio.ini :
lib_deps =
https://github.com/philbowles/PangolinMQTT
Actual Results
file target : C:\Users[UserName].platformio.cache\tmp
screenshot of the folder : (All of them contains the same library with the same version … etc)
What could the problem be ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
problems with installing PIO | WRF & MPAS-A Support Forum
Hi, I'm trying to install the parallel libraries for use with MPAS. I downloaded all the files from...
Read more >I created a DHT11 driver using PIO in MicroPython
I noticed there is a micropython library called dht, but unfortunately it's not for Pico version of micropython... I don't have such problems ......
Read more >CircuitPython Libraries on any Computer with Raspberry Pi Pico
Put the Pico in bootloader mode by holding the BOOTSEL button while plugging in the board. Drag the downloaded UF2 file to the...
Read more >Live Discussion with Dr Jen Kanady - 18th November 2020 ...
Join Dr Kanady for a live online discussion with the Sleepio Community on ... Sleepio does require users to put in some work...
Read more >R for Windows FAQ - The Comprehensive R Archive Network
4.1 Can I install packages into libraries in this version? ... UCRT has to be installed before installing R. UCRT is available for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks that reported this issue!
Happy coding with PlatformIO! 😉
Please open https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli and type
pio upgrade --dev
. Restart VSCode.Does it work now?