GoogleCloudPlatform / GoogleCloudPlatform/automlops

Error running 03_bqml_introduction_training_example

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
257
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Cell:
AutoMLOps.provision(hide_warnings=False) # hide_warnings is optional, defaults to True

Error:

---------------------------------------------------------------------------
InvalidVersion Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 AutoMLOps.provision(hide_warnings=False) # hide_warnings is optional, defaults to True

3 frames
[~/.local/lib/python3.10/site-packages/packaging/version.py](https://localhost:8080/#) in __init__(self, version)
196 match = self._regex.search(version)
197 if not match:
--> 198 raise InvalidVersion(f"Invalid version: '{version}'")
199
200 # Store the parsed out pieces of the version

InvalidVersion: Invalid version: ''

Contributor guide

Open the contributing guide

Research direction

Open the 03_bqml_introduction_training_example notebook and reproduce the failure at AutoMLOps.provision(hide_warnings=False). Trace the empty version value reported by packaging.version and verify that the example completes without InvalidVersion.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.