본문 바로가기

Error

[Python] vs code에서 pyrebase 설치 오류

728x90
pip install pyrebase

 File "<string>", line 17, in <module>
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

pyrebase 설치하다 이런 식으로 오류 뜨면

 

pip install pyrebase4

로 바꿔주면 바로 해결.

 

Python3의 문제인듯

반응형