Skip to content
New issue

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

使用部分加密方式python setup install安装到项目目录下,安装时输入key但是未在\src\pyconcrete_ext生成secret_key.h,并且第二次安装时更换key,pyconcrete目录下的pyd文件并未更新,觉得key好像没用 #73

Closed
xubinlaile opened this issue Apr 11, 2020 · 0 comments · Fixed by #93
Labels

Comments

@xubinlaile
Copy link

No description provided.

@Falldog Falldog added the bug label May 22, 2020
Falldog added a commit that referenced this issue Feb 27, 2022
#73

[why] `python setup.py install` will create `build/` folder including `pyconcretexxx.o`, the password will be cached inside
[how] execute clean command before installation
Falldog added a commit that referenced this issue Feb 27, 2022
#73
[why] pip install steps is different with python setup.py install
[how] check have_run commands before clear build files
martyanov pushed a commit to martyanov/pyconcrete that referenced this issue Sep 5, 2023
Falldog#73

[why] `python setup.py install` will create `build/` folder including `pyconcretexxx.o`, the password will be cached inside
[how] execute clean command before installation
martyanov pushed a commit to martyanov/pyconcrete that referenced this issue Sep 5, 2023
Falldog#73

[why] `python setup.py install` will create `build/` folder including `pyconcretexxx.o`, the password will be cached inside
[how] execute clean command before installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants