第三方库安装完成,无法使用
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
D:\AI\MOSS>python moss_cli_demo.py
Traceback (most recent call last):
File "D:\AI\MOSS\moss_cli_demo.py", line 3, in
import torch
ModuleNotFoundError: No module named 'torch'
D:\AI\MOSS>pip install torch
Requirement already satisfied: torch in d:\anaconda3\lib\site-packages (1.10.1)
Requirement already satisfied: typing-extensions in d:\anaconda3\lib\site-packages (from torch) (4.3.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 with moss_cli_demo.py and compare the Python interpreter used to run it with the environment where pip reports torch 1.10.1 installed. Reproduce the import failure and verify the issue is resolved when the same environment can successfully import torch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100