MaixPy icon indicating copy to clipboard operation
MaixPy copied to clipboard

Pip install failed

Open david191624 opened this issue 7 months ago • 1 comments

I did try run pip install in the ssh shell system will get freeze and then rebbot, no matter what package I wanna install , result is failed

david191624 avatar May 21 '25 00:05 david191624

you can't install packages which need to compile, you can only install pure python library on MaixCAM.

e.g.

  • you can't install pyqt5
  • you can install maixtool

Neutree avatar May 21 '25 03:05 Neutree