当前位置:网站首页>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
边栏推荐
- Fe - weex uses a simple encapsulated data loading plug-in as the global loading method
- Idea announced a new default UI, which is too refreshing (including the application link)
- selenium的web自动化中常用的js-修改元素属性翻页
- Loops in tensorrt
- Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)
- Cglib agent - Code enhancement test
- js中对于返回Promise对象的语句如何try catch
- Render minecraft scenes into real scenes using NVIDIA GPU
- CTF three count
- Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
猜你喜欢
随机推荐
When requesting resttemplate, set the request header, request parameters, and request body.
Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)
selenium+msedgedriver+edge浏览器安装驱动的坑
Apt command reports certificate error certificate verification failed: the certificate is not trusted
automation - Jenkins pipline 执行 nodejs 命令时,提示 node: command not found
【文献阅读与想法笔记13】 Unprocessing Images for Learned Raw Denoising
apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted
PIP install
FE - Weex 使用简单封装数据加载插件为全局加载方法
Linux MySQL 5.6.51 Community Generic 安装教程
Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
TensorRT的数据格式定义详解
分布式事务 :可靠消息最终一致性方案
Learn about various joins in SQL and their differences
There is no way to drag the win10 desktop icon (you can select it, open it, delete it, create it, etc., but you can't drag it)
Three suggestions for all students who have graduated and will graduate
Uploading attachments using Win32 in Web Automation
selenium的web自动化中常用的js-修改元素属性翻页
Redis - hot key issues
After reading useful blogs









