microsoft / microsoft/microxcaling
Incompatible requirements?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 364
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
pip install mx@git+https://github.com/microsoft/microxcaling
produces
ERROR: Cannot install mx and mx==1.1.0 because these package versions have conflicting dependencies.
The conflict is caused by:
mx 1.1.0 depends on torch==2.2.0
torchaudio 2.1.0 depends on torch==2.1.0
Current requirements.txt contains
torch==2.2.0
torchaudio==2.1.0
which appears to be incompatible?
Contributor guide
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 with requirements.txt and reproduce the reported pip install command to confirm the torch and torchaudio conflict. Check the compatible dependency versions and update the requirements so the package installs without the resolver error; verify by rerunning the installation command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100