BetaRavener / uPyLoader

File transfer and communication tool for MicroPython boards
MIT License
355 stars 76 forks source link

The MAC Air OS doesn't work #53

Closed hegaoye closed 6 years ago

hegaoye commented 6 years ago

my OS is mac air OS,uPyLoader can't work via my laptop. I click it,and it close quickly,I don't know the reason,so maybe useful to you this issues.

BetaRavener commented 6 years ago

Try cloning the repository and run uPyLoader from source. There's a Wiki section describing that. Use console to start the main.py script. If it crashes, you should get exception printed in the console window. In that case, copy it here and I'll try to find out what's happening. If it will run, then the problem is definitely related to the PyInstaller which is used for creating the executable.

It might also be that the executable was created on different OS version which may introduce incompatibilities. Unfortunately, I don't own Mac. The executable was created by another contributor and I have no info how and in which conditions it was created.