Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

The configured path does not point to PlatformIO-Core #74

Closed bluespider42 closed 3 years ago

bluespider42 commented 3 years ago

On OctoPi I have platformio installed, as per the instructions, in a virtualenv. which pio gives /usr/bin/pio however the plugin reports The configured path does not point to PlatformIO-Core. I can run pio from the command line (after activating the venv).

Renaud11232 commented 3 years ago

Hello,

If PlatformIO is installed in a virtualenv, it should not be in /usr/bin/pio. Usually, it's installed in <path_to_virtualenv>/bin/pio where is the path to your virtualenv.

If that doesn't work. can you send the output of the following commands :

To check it is indeed installed in /usr/bin :

ls -la /usr/bin/pio
/usr/bin/pio --version

To check if pio was correctly installed in the venv :

ls <path_to_virtualenv>/bin

Thanks

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. If this is related to a bug you experienced, make sure you provided all requested information. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 years ago

This issue has been automatically closed due to inactivity.