vastacu.blogg.se

Conda install bigquery
Conda install bigquery





> 899 needed = self.resolve(parse_requirements(requirements)) opt/conda/lib/python3.7/site-packages/pkg_resources/_init_.py in require(self, *requirements)Ĩ97 included, even if they were already activated in this working set. > 356 return working_set.find(moduleOrReq) or require(str(moduleOrReq)) opt/conda/lib/python3.7/site-packages/pkg_resources/_init_.py in get_provider(moduleOrReq)ģ54 """Return an IResourceProvider for the named module or requirement"""ģ55 if isinstance(moduleOrReq, Requirement): opt/conda/lib/python3.7/site-packages/pkg_resources/_init_.py in get_distribution(dist)Ĥ81 if not isinstance(dist, Distribution):Ĥ82 raise TypeError("Expected string, Requirement, or Distribution", dist)

conda install bigquery

opt/conda/lib/python3.7/site-packages/google/cloud/bigquery_storage_v1/_init_.py in Ģ1 _version_ = pkg_resources.get_distribution( > 404 from google.cloud import bigquery_storage_v1

conda install bigquery

opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/client.py in _create_bqstorage_client(self) > 1537 bqstorage_client = self.client._create_bqstorage_client()ġ538 owns_bqstorage_client = bqstorage_client is not None opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/table.py in to_arrow(self, progress_bar_type, bqstorage_client, create_bqstorage_client)ġ536 if not bqstorage_client and create_bqstorage_client: > 1727 create_bqstorage_client=create_bqstorage_client,ġ729 df = record_batch.to_pandas(date_as_object=date_as_object) opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/table.py in to_dataframe(self, bqstorage_client, dtypes, progress_bar_type, create_bqstorage_client, date_as_object)ġ725 progress_bar_type=progress_bar_type, opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/job.py in to_dataframe(self, bqstorage_client, dtypes, progress_bar_type, create_bqstorage_client, date_as_object)ģ381 progress_bar_type=progress_bar_type,ģ382 create_bqstorage_client=create_bqstorage_client, > 9 df = client.query(aaa).to_dataframe() Which returns -ĬontextualVersionConflict Traceback (most recent call last)ħ SELECT BGTJobId, soc6 FROM `job2vec.bq_bgt_storage.bgt_all` LIMIT 100 SELECT BGTJobId, soc6 FROM `job2vec.bq_bgt_storage.bgt_all` LIMIT 100 In this toy example, I am trying to pull two columns worth of data from the BigQuery database entitled bgt_all, in the project job2vec.

conda install bigquery

I am trying to use BigQuery in AI-Platform-Notebooks, but I am running into a ContextualVersionConflict.







Conda install bigquery