Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Unable to install azureml-fsspec

Open
#1,856 20 comments 10 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
azure, python

Research direction

Reproduce the failure in a clean Python 3.9 environment with pip install azureml-fsspec, then inspect the package dependency metadata and the reported azureml-dataprep requirements. Done means the package installs without the shown dependency-resolution conflict; no repository files or tests are identified in the issue.

Written by the indexing model from the issue text.

Description

Running pip install azureml-fsspec fails with the following error:

Collecting azureml-fsspec
  Using cached azureml_fsspec-0.1.0b1-py3-none-any.whl (6.2 kB)
ERROR: Cannot install azureml-fsspec because these package versions have conflicting dependencies.

The conflict is caused by:
    azureml-dataprep 4.5.7 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.6 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.5 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.4 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.3 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.1 depends on azureml-dataprep-rslex~=2.11.0dev0
    azureml-dataprep 4.5.0 depends on azureml-dataprep-rslex~=2.11.0dev0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

The installation is done in a clean environment.
OS - iOS
Python 3.9
When checking pip list, the libraby azureml-dataprep isn't installed

Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/MachineLearningNotebooks

All issues in Azure/MachineLearningNotebooks

Similar issues

More Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.