microsoft / microsoft/OmniParser
文件包含病毒或潜在的垃圾软件
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 25.4k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
在pip install -r requirements.txt中报错
Collecting pytweening>=1.0.4 (from pyautogui==0.9.54->-r requirements.txt (line 23))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/79/0c/c16bc93ac2755bac0066a8ecbd2a2931a1735a6fffd99a2b9681c7e83e90/pytweening-1.2.0.tar.gz (171 kB)
ERROR: Error [WinError 225] 无法成功完成操作,因为文件包含病毒或潜在的垃圾软件。 while executing command python setup.py egg_info
Preparing metadata (setup.py) ... error
ERROR: Could not install packages due to an OSError: [WinError 225] 无法成功完成操作,因为文件包含病毒或潜在的垃圾软件。
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 requirements.txt, especially line 23 where pyautogui 0.9.54 pulls pytweening, and reproduce the pip install failure on Windows. Check whether the reported WinError 225 is reproducible and determine what dependency-installation change, if any, would make the requirements install successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100