You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install .
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Processing d:\documents\projectsourcecode\blind_watermark_s\blind_watermark
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
....
File "D:\Documents\ProjectSourceCode\blind_watermark_S\blind_watermark\blind_watermark\__init__.py", line 1, in<module>
from .blind_watermark import WaterMark
File "D:\Documents\ProjectSourceCode\blind_watermark_S\blind_watermark\blind_watermark\blind_watermark.py", line 7, in<module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
安装时出现问题:
但
The text was updated successfully, but these errors were encountered: