Can't install econml with tensorflow error
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4.8k
- Forks
- 827
- PR merge metrics
- No merged PRs in 30d
Description
I tried installing econml with pip install command but unable to. pasting the error message I got.
I also tried multiple version of econml installation to see if any of it works but none worked. By the way tensorflow is installed.
ERROR: Could not find a version that satisfies the requirement tensorflow==1.* (from econml==0.6.0) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow==1.* (from econml==0.6.0)
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 the pip install failure for econml==0.6.0 with the TensorFlow versions listed in the error. Inspect the package's dependency metadata and determine whether the TensorFlow requirement is compatible with supported environments. Done means the installation dependency is corrected or the supported version constraints are clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100