https://kedro.org/ logo
Join the conversationJoin Discord
Channels
advanced-need-help
announcements
beginners-need-help
introductions
job-posting
plugins-integrations
random
resources
welcome
Powered by Linen
beginners-need-help
  • d

    datajoely

    06/28/2021, 5:48 PM
    Thank you
  • d

    datajoely

    06/28/2021, 5:49 PM
    I'm going to need to ask the team on this one - you may get a response tomorrow if that's okay?
  • d

    Deutöic

    06/28/2021, 5:50 PM
    Absolutely, I appreciate it, tsm!
  • d

    datajoely

    06/28/2021, 5:50 PM
    Just because it's quite late here in London where most of the team are
  • d

    datajoely

    06/28/2021, 5:51 PM
    could you also print out your Kedro version?
  • d

    datajoely

    06/28/2021, 5:51 PM
    kedro --version
  • d

    Deutöic

    06/28/2021, 5:51 PM
    its 0.17.4
  • d

    datajoely

    06/28/2021, 5:51 PM
    Thanks
  • d

    Deutöic

    06/28/2021, 5:51 PM
    the latest, right?
  • d

    datajoely

    06/28/2021, 5:51 PM
    sure is
  • d

    datajoely

    06/28/2021, 5:52 PM
    Just an idea would you run
    pip uninstall kedro-telemetry
    and see if that resolves it?
  • d

    Deutöic

    06/28/2021, 5:54 PM
    It didn't work 😦
  • d

    Deutöic

    06/28/2021, 5:54 PM
    But np, I'll keep trying
  • d

    datajoely

    06/28/2021, 5:54 PM
    Okay - what timezone are you in?
  • d

    datajoely

    06/28/2021, 5:55 PM
    and do you get the same error?
  • d

    datajoely

    06/28/2021, 5:55 PM
    or a different one
  • d

    Deutöic

    06/28/2021, 5:55 PM
    São Paulo/Brazil - UTC - 3
  • d

    Deutöic

    06/28/2021, 5:56 PM
    Same one
  • d

    Deutöic

    06/28/2021, 5:56 PM
    kedro package Traceback (most recent call last): File "/home/grover/miniconda3/lib/python3.8/site-packages/kedro/framework/cli/utils.py", line 380, in load_entry_points entry_point_commands.append(entry_point.load()) File "/home/grover/miniconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2446, in load self.require(*args, **kwargs) File "/home/grover/miniconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2469, in require items = working_set.resolve(reqs, env, installer, extras=self.extras) File "/home/grover/miniconda3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 775, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.VersionConflict: (python-slugify 5.0.2 (/home/grover/miniconda3/lib/python3.8/site-packages), Requirement.parse('python-slugify~=4.0')) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/grover/miniconda3/bin/kedro", line 8, in sys.exit(main()) File "/home/grover/miniconda3/lib/python3.8/site-packages/kedro/framework/cli/cli.py", line 264, in main cli_collection = KedroCLI(project_path=Path.cwd()) File "/home/grover/miniconda3/lib/python3.8/site-packages/kedro/framework/cli/cli.py", line 187, in __init__ ("Project specific commands", self.project_groups), File "/home/grover/miniconda3/lib/python3.8/site-packages/kedro/framework/cli/cli.py", line 238, in project_groups plugins = load_entry_points("project") File "/home/grover/miniconda3/lib/python3.8/site-packages/kedro/framework/cli/utils.py", line 382, in load_entry_points raise KedroCliError(f"Loading {name} commands from {entry_point}") from exc kedro.framework.cli.utils.KedroCliError: Loading project commands from airflow = kedro_airflow.plugin:commands
  • d

    datajoely

    06/28/2021, 5:56 PM
    Thank you!
  • d

    datajoely

    06/28/2021, 5:56 PM
    Will get back to you tomorrow
  • d

    Deutöic

    06/28/2021, 6:02 PM
    Appreciate it, thanks!
  • d

    Deutöic

    06/28/2021, 6:18 PM
    Hey, @User I managed to make it work, just reinstaled pyton 3.8 directly without miniconda. Worked normally without needing to uninstall kedro-telemetry
  • d

    datajoely

    06/28/2021, 6:18 PM
    hmm that's odd - but I'm glad it worked!
  • d

    datajoely

    06/28/2021, 6:19 PM
    Shout if you run into any other problems!
  • d

    Deutöic

    06/28/2021, 6:23 PM
    Sure, thanks again!
  • j

    jcasanuevam

    07/01/2021, 7:31 PM
    Hi guys! Any tips on how can we use kedro in a 'research' way? I mean, for example when trying to figure out which is the best preprocessing technique to apply or dealing with feature engineering I think kedro is not suitable because you need to test and see the output of your operations as quick as possible. Maybe use the notebooks inside the kedro project?
  • y

    Yetunde

    07/01/2021, 7:46 PM
    @User We'd definitely recommend using
    kedro jupyter notebook
    within a Kedro project to prototype your pipeline. Then export your nodes when you're ready to move into the rest of your pipeline. Link: https://kedro.readthedocs.io/en/stable/11_tools_integration/02_ipython.html
  • r

    robertson809

    07/02/2021, 12:59 AM
    Hi! New to kendro here, and am trying to setup the spaceflights tutorial
  • r

    robertson809

    07/02/2021, 1:01 AM
    I am having some trouble with the ipython dependencies. In the requirements.in file, there's a line that specifies "ipython==7.10" but when I try to run "kedro build-reqs," there seem to be conflicting dependencies from other versions
Powered by Linen
Title
r

robertson809

07/02/2021, 1:01 AM
I am having some trouble with the ipython dependencies. In the requirements.in file, there's a line that specifies "ipython==7.10" but when I try to run "kedro build-reqs," there seem to be conflicting dependencies from other versions
View count: 1