Giter Club home page Giter Club logo

Comments (5)

bcdurak avatar bcdurak commented on May 16, 2024

Hello @LpLegend, I am Baris from the ZenML team. I am looking into the issue and I will try to replicate it.

from zenml.

LpLegend avatar LpLegend commented on May 16, 2024

Yes, This is the Stack trace:
`---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
in
----> 1 infer_pipeline.run()

/zenml/zenml/utils/analytics_utils.py in inner_func(*args, **kwargs)
175 def inner_func(*args, **kwargs):
176 track_event(event, metadata=metadata)
--> 177 result = func(*args, **kwargs)
178 return result
179

/zenml/zenml/pipelines/base_pipeline.py in run(self, backend, metadata_store, artifact_store)
422
423 # Check if steps are complete
--> 424 self.steps_completed()
425
426 # Validate steps

/zenml/zenml/pipelines/infer_pipeline.py in steps_completed(self)
184 if step_name not in self.steps_dict.keys():
185 raise AssertionError(
--> 186 f'Mandatory step {step_name} not added.')
187 return True
188

AssertionError: Mandatory step data not added.`

from zenml.

bcdurak avatar bcdurak commented on May 16, 2024

Thank you for the stack trace. I am investigating the issue and I will update the thread as it develops.

from zenml.

LpLegend avatar LpLegend commented on May 16, 2024

@bcdurak Hi ,has this problem been repeated and solved?

from zenml.

htahir1 avatar htahir1 commented on May 16, 2024

With the release of 0.5.0rc2 , the infer_pipeline paradigm is no longer supported, and when it is added back we should not experience this issue. I will mark this issue as closed in the meanwhile.

from zenml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.