当前位置:网站首页>Deployment API_ automation_ Problems encountered during test
Deployment API_ automation_ Problems encountered during test
2022-07-02 06:40:00 【The health of the bright moon in Qin Dynasty】
List of articles
Preface
stay github I saw a Interface test platform , Now record the problems encountered in the deployment process .
One 、 Depend on the preparation
1. upgrade python by python3.7
- upgrade python3:https://www.cnblogs.com/zydeboke/p/11465890.html
- Occurs during the upgrade process
ModuleNotFoundError: No module named ‘_ctypes‘
Error resolution :https://blog.csdn.net/qq_36416904/article/details/79316972 - install pip3.7:https://blog.csdn.net/weixin_42815846/article/details/114337064
2. Use pip3 install python rely on
pip3 install -r requirements.txt
pip3 install https://github.com/darklow/django-suit/tarball/v2
3. install MySQL
Reference documents :https://blog.csdn.net/lg993372246/article/details/116355026
4. Run start django service
take python manage.py runserver 0.0.0.0:8000 Change to backstage running :https://ask.csdn.net/questions/771528
边栏推荐
- eslint配置代码自动格式化
- 压力测试修改解决方案
- Idea announced a new default UI, which is too refreshing (including the application link)
- FE - weex 开发 之 使用 weex-ui 组件与配置使用
- No process runs when querying GPU, but the video memory is occupied
- Record RDS troubleshooting once -- RDS capacity increases dramatically
- selenium+msedgedriver+edge浏览器安装驱动的坑
- 华为MindSpore开源实习机试题
- Data science [viii]: SVD (I)
- Three suggestions for all students who have graduated and will graduate
猜你喜欢
Pytest (2) mark function
Sublime Text 配置php编译环境
Find the highest value of the current element Z-index of the page
Redis - hot key issues
AWD learning
qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
阿里云MFA绑定Chrome浏览器
Data science [9]: SVD (2)
Redis - cluster data distribution algorithm & hash slot
Shardingsphere JDBC
随机推荐
Win10:添加或者删除开机启动项,在开机启动项中添加在用户自定义的启动文件
js中map和forEach的用法
Sparse array (nonlinear structure)
selenium备忘录:selenium\webdriver\remote\remote_connection.py:374: ResourceWarning: unclosed<xxxx>解决办法
Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)
Detailed definition of tensorrt data format
PIP install
Selenium+msedgedriver+edge browser installation driver pit
Error "list" object is not callable in Web automatic switching window
Redis - cluster data distribution algorithm & hash slot
ZZQ的博客目录--更新于20210601
代码技巧——Controller参数注解@RequestParam
Name six schemes to realize delayed messages at one go
After reading useful blogs
CUDA中的Warp Shuffle
由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决
20210306 reprint how to make TextEdit have background pictures
Idea announced a new default UI, which is too refreshing (including the application link)
CUDA用户对象
Pytest (2) mark function