We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a program needs this package, so I try to install via pip, but I got the following errors.
D:\code\python\wechat-db-decrypt>pip install pysqlcipher3 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting pysqlcipher3 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a4/06/1d56bdec3129eff6dd54323d249784ccd90ce03c8cae7870d45e434bae77/pysqlcipher3-1.0.3.tar.gz (100 kB) Building wheels for collected packages: pysqlcipher3 Building wheel for pysqlcipher3 (setup.py) ... done WARNING: Legacy build of wheel for 'pysqlcipher3' created no files. Command arguments: 'c:\users\liu.d.h\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp\\pip-install-clvxxsqb\\pysqlcipher3\\setup.py'"'"'; __file__='"'"'C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp\\pip-install-clvxxsqb\\pysqlcipher3\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\LIUD~1.H\AppData\Local\Temp\pip-wheel-233ttn04' Command output: [use --verbose to show] Running setup.py clean for pysqlcipher3 Failed to build pysqlcipher3 Installing collected packages: pysqlcipher3 Running setup.py install for pysqlcipher3 ... done Successfully installed pysqlcipher3 D:\code\python\wechat-db-decrypt>python via.py Traceback (most recent call last): File "via.py", line 18, in <module> from pysqlcipher3 import dbapi2 as sqlite ModuleNotFoundError: No module named 'pysqlcipher3' D:\code\python\wechat-db-decrypt>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a program needs this package, so I try to install via pip, but I got the following errors.
The text was updated successfully, but these errors were encountered: