-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Hi, I am using pycharm 64, with python3.9 Windows 10. I tried to install stegano library to use LSB, by using command:
pip install stegano
but it give me the below error:
ERROR: Command errored out with exit status 1: 'c:\users\user\pycharmprojects\file\venv\scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.a
rgv[0] = '"'"'C:\Users\user\AppData\Local\Temp\pip-install-dbrx5wh8\pillow_f3799dd1c4c14be9936263e20290d3b8\setup.py'"'"'; file='"'"'C:\Users\user\Ap
pData\Local\Temp\pip-install-dbrx5wh8\pillow_f3799dd1c4c14be9936263e20290d3b8\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.ex
ists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,
file, '"'"'exec'"'"'))' install --record 'C:\Users\user\AppData\Local\Temp\pip-record-7_nkswtn\install-record.txt' --single-version-externally-managed --compile
--install-headers 'c:\users\user\pycharmprojects\file\venv\include\site\python3.9\pillow' Check the logs for full command output.