lllyasviel / lllyasviel/FramePack
problems installing
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Traceback (most recent call last):
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\numpy\core\__init__.py", line 22, in
from . import multiarray
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\numpy\core\multiarray.py", line 12, in
from . import overrides
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\numpy\core\overrides.py", line 7, in
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Marcel\Desktop\framepack_cu126_torch26\webui\demo_gradio.py", line 7, in
import gradio as gr
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\gradio\__init__.py", line 3, in
import gradio._simple_templates
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\gradio\_simple_templates\__init__.py", line 1, in
from .simpledropdown import SimpleDropdown
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\gradio\_simple_templates\simpledropdown.py", line 6, in
from gradio.components.base import Component, FormComponent
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\gradio\components\__init__.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\gradio\components\annotated_image.py", line 8, in
import numpy as np
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\numpy\__init__.py", line 150, in
from . import core
File "C:\Users\Marcel\AppData\Roaming\SoftOrbits\Photo Stamp Remover\Py\lib\site-packages\numpy\core\__init__.py", line 48, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.10 from "C:\Users\Marcel\Desktop\framepack_cu126_torch26\system\python\python.exe"
* The NumPy version is: "1.21.6"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
Press any key to continue . . .
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with webui/demo_gradio.py and the reported Python 3.10 environment, then inspect how NumPy 1.21.6 and Gradio are installed in the bundled environment. Reproduce the import failure and compare the installed packages with the project's installation instructions. Done means demo_gradio.py starts without the reported NumPy C-extension error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100