Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: Using PlatformIO with Mayfly

Home Forums Mayfly Data Logger Using PlatformIO with Mayfly Reply To: Using PlatformIO with Mayfly

#2057
Anthony Aufdenkampe
Participant

    I also had a very positive support experience with the people from PlatformIO, and have really enjoyed using it in the last few days.

    I had issues with PlatformIO IDE installing because the way I installed Anaconda Python installation had modified the way virtual environments are accessed (which PlatformIO needs to run). After posting an “Issue” on their GitHub repo page, they followed up, worked with me to fix the problem, and merged the fix into the new IDE version 2.0.0-alpha5.
    https://github.com/platformio/platformio-atom-ide/issues/218#issuecomment-279464876
    It now works beautifully and should work for anyone with Anaconda Python (for PlatformIO IDE version version 2.0.0-alpha5 or greater).

    Another win for open-source, GitHub issues and continuous integration!