databricks-academy / dbacademy-gems

This project has been replaced by https://github.com/databricks-academy/dbacademy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running Classroom-Setup

Ziyu-Chen opened this issue · comments

The command that caused the error:

  %pip install \
  git+https://github.com/databricks-academy/dbacademy-gems \
  git+https://github.com/databricks-academy/dbacademy-rest \
  --quiet --disable-pip-version-check

Error Message:

ERROR: Cannot install dbacademy-gems 0.1 (from git+https://github.com/databricks-academy/dbacademy-gems) and dbacademy-rest==0.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
CalledProcessError: Command 'pip --disable-pip-version-check install  git+https://github.com/databricks-academy/dbacademy-gems  git+https://github.com/databricks-academy/dbacademy-rest  --quiet' returned non-zero exit status 1.

Can you help look into this error? Thank you so much in advance!

I'm having this issue too.

@Ziyu-Chen @vinaydawani Can you tell me where you are running this from?
I'm looking for either the repo or DBC.

Here's the info from the version file and Repo/dbc:

  • Name: Data Engineering with Databricks
  • Version: 2.2.2
  • Built On: May 12, 2022 at 15:26:04 UTC

I first noticed this error when I was running Notebook 4.1 in the Databricks community edition.

The problem should be fixed, even in the currently released versions of the course.

In the released version of the course DEWD, the course itself expressed dependencies on dbgems (vA) & dbrest (vB). However, the previous version of dbrest had its own expressed dependency on dbgems (vC). This created a conflict where vA and vB were not resolvable.