리뷰 Configuring, Using, and Auditing VM Service Accounts and Scopes개
리뷰 15088개
Bertrand G. · 대략 1년 전에 리뷰됨
Ok
Marc L. · 대략 1년 전에 리뷰됨
Rajeev R. · 대략 1년 전에 리뷰됨
Lisha K. · 대략 1년 전에 리뷰됨
Please change this lab to use virtual environments sudo apt install python3-virtualenv and then following the tutorial here: https://cloud.google.com/python/docs/reference/bigquery/latest Doing that, I was able to finish the lab despite encountering errors regarding dependencies and "externally managed environment"
Tadeusz W. · 대략 1년 전에 리뷰됨
Wasim H. · 대략 1년 전에 리뷰됨
Ganesh S. · 대략 1년 전에 리뷰됨
Meenu R. · 대략 1년 전에 리뷰됨
Meenu R. · 대략 1년 전에 리뷰됨
I was getting stuck on the last step. Service account had all required access but I could not verify. Boot disk required in the lab was not available.
Zack V. · 대략 1년 전에 리뷰됨
Issue with student-01-e50d83278aae@bigquery-instance:~$ python3 query.py A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2.
Bharatkumar P. · 대략 1년 전에 리뷰됨
i have a problem with "Please make a request to BigQuery public dataset with a 'bigquery-qwiklab' service account."
Edison D. · 대략 1년 전에 리뷰됨
Nataliia R. · 대략 1년 전에 리뷰됨
Dad p. · 대략 1년 전에 리뷰됨
Sai S. · 대략 1년 전에 리뷰됨
HAYYYSST
Jerald C. · 대략 1년 전에 리뷰됨
Zaki Zarkasih Al M. · 대략 1년 전에 리뷰됨
Jonas C. · 대략 1년 전에 리뷰됨
This lab is HORRENDOUS. The instructions are TRASH. First - it says to use Debian 10. This is not even an option in GCP anymore. Only 11 and 12. The python setup instructions are AWFUL. These could not have actually been tested. It's impossible. First off, installing all these packages system-wide as root is terrible practice. The instructions should have the user install venv and setup a virtual environment. Newer systems will refuse to install modules at the system level using pip, so these commands won't even work. For simplicity's sake, all of the pip install commands can be run on a single line. You don't need to make people copy/paste ten different lines. And then, the worst part, this code won't even run due to incompatibilities in libraries. NumPy < 2.0 is required, but won't be installed by these instructions. It has to manually be specified using pip. How do you expect people to learn when you provide such garbage instructions? These need to be updated, they clearly haven't been touched in years.
Chris M. · 대략 1년 전에 리뷰됨
Giovanni D. · 대략 1년 전에 리뷰됨
debian 10 no longer exist - there is only debian 11 or 12 to choose
Konrad S. · 대략 1년 전에 리뷰됨
pip3 commands not working
Jasim A. · 대략 1년 전에 리뷰됨
Tom K. · 대략 1년 전에 리뷰됨
pip commands are not working as is, need to use sudo apt install python3.11-venv && python3 -m venv my-venv and then use my-venv/bin/pip install
Aleksey B. · 대략 1년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.