OpenMOSS / OpenMOSS/MOSS

第三方库安装完成,无法使用

Open
#139 1 comment 0 reactions 0 assignees View on GitHub

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.