burnash / gspread

Google Sheets Python API
https://docs.gspread.org
MIT License
7.1k stars 949 forks source link

Cannot install gspread system wide on RasberryPi #1522

Closed FASTANDEXTREME closed 1 week ago

FASTANDEXTREME commented 1 week ago

Important: Please do not post usage questions here. To get a quick response, please ask a question on Stack Overflow using gspread tag. See existing questions: https://stackoverflow.com/questions/tagged/gspread


Describe the bug using command apt install python3-gspread does not install gspread system wide, but creating a venv and using pip install gspread does.

To Reproduce Steps to reproduce the behavior:

  1. use command apt install python3-gspread while not being in venv

Expected behavior I expected gspread to be installed system wide.

**Code example*** If applicable, provide a code example to help explain your problem. N/A

Screenshots aaa

Environment info:

Stack trace or other output that would be helpful

Additional context Add any other context about the problem here.

lavigne958 commented 1 week ago

Hello thank you for raising this issue, I confirm you cannot install gspread using system package manager like apt. we do not deploy gspread on apt repository.

the only way is through a venv using pip install gspread.

We could take a look at how to deploy gspread to apt but if we do so, then we should take a look at dnf too pacman too ! So far that's not in our roadmap plan.

closing this issue for now.