Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running 03_bqml_introduction_training_example #67

Open
marcfong opened this issue Dec 17, 2024 · 0 comments
Open

Error running 03_bqml_introduction_training_example #67

marcfong opened this issue Dec 17, 2024 · 0 comments

Comments

@marcfong
Copy link

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

Error:


InvalidVersion Traceback (most recent call last)
in <cell line: 1>()
----> 1 AutoMLOps.provision(hide_warnings=False) # hide_warnings is optional, defaults to True

3 frames
~/.local/lib/python3.10/site-packages/packaging/version.py 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: ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant