-
Notifications
You must be signed in to change notification settings - Fork 0
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
ModuleNotFoundError: No module named 'ojd_daps_skills.pipeline' #133
Comments
@sqr00t @mindrones @saabi @georgerichardson Thank you for your help! |
Hi @NTHB-BFSU , Instead of cloning the libraries. Could you install the repository by adding them as a dependency in the project you're working from? Based on your workflow, you would need to activate the If your intent is to use these libraries in a separate project, i.e. one with dependencies defined with a
It would be most helpful if you could paste the full stack trace of the error message! Edit: Apologies for the confusion. We've identified some lines in the source to update accounting for the refactored |
Thanks for flagging this @NTHB-BFSU ! It is likely to be because we recently did a big refactor of the I suggest you pip install a pre-refactor version of As @sqr00t says, if this doesn't work - do let us know the full stack trace message. |
Dear Developer Team,
I am encountering a
ModuleNotFoundError
related to theojd_daps_skills
library while trying to use theGreenMeasures
class from thedap_prinz_green_jobs
library. The error message indicates that thepipeline
module is not found within theojd_daps_skills
library.Steps taken:
ojd_daps_skills
anddap_prinz_green_jobs
repositories from GitHub.GreenMeasures
class fromdap_prinz_green_jobs.pipeline.green_measures.green_measures
.Error Message:
ModuleNotFoundError: No module named 'ojd_daps_skills.pipeline'
Upon inspecting the
ojd_daps_skills
repository, I noticed that there is nopipeline
directory.Could you please provide guidance on:
pipeline
module has been moved or renamed in theojd_daps_skills
library.Thank you for your assistance.
The text was updated successfully, but these errors were encountered: