Conflicting packages sklearn
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4.8k
- Forks
- 827
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
so I have the following issue when importing some of the packages:
cannot import name 'parse_version' from 'sklearn.utils.fixes' (/Users/federiconutarelli/anaconda3/lib/python3.7/site-packages/sklearn/utils/fixes.py)
E.g. this happened with
from econml.dml import LinearDMLCateEstimator
I also tried to pip install -U sklearn but a part from "requirement already satisfied" the issue seems not to be solved. Is there a specific reason fr that? Any conflicting packages? Or it is just a problem of my environment?
Thank you,
Federico
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing from econml.dml import LinearDMLCateEstimator in the reported Anaconda Python 3.7 environment and inspect the versions of EconML and scikit-learn involved. Trace the missing parse_version import from sklearn.utils.fixes; done means identifying a reproducible package conflict or confirming that the problem is specific to the reported environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python, scikit-learn
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100