1. 本机环境: Window10,64位操作系统 python:python-3.6.5-amd64.exe pycharm:pycharm-professional-2018.2.5.exe pip3 2. 安装Django: cmd--运行命令:pip3 install django,自动安装 ...
分类:
其他好文 时间:
2018-12-27 18:17:40
阅读次数:
154
1.1 安装依赖包 $ yum -y install wget gcc epel-release git 1.2 安装 Python3.6 $ yum -y install python36 python36-devel 1.3 建立 Python 虚拟环境 因为 CentOS 6/7 自带的是 P ...
分类:
编程语言 时间:
2018-12-05 18:40:00
阅读次数:
232
为什么要创建虚拟环境呢? 虚拟环境安装 安装完上面三个插件后,需要配置一下环境变量WORKON_HOME,你创建的虚拟环境都在你配置的目录下 打开cmd,执行命令mkvirtualenv C:\*********\Python\Python36\pythonw.exe abc mkvirtualen ...
分类:
编程语言 时间:
2018-12-05 00:05:22
阅读次数:
607
1. 环境: centos7,python36 2. 官网下载:https://wkhtmltopdf.org/downloads.html 下载后进行安装 3. pip install pdfkit pip install wkhtmltopdf 4.中文问题:中文为空白或者方框 将Windows ...
分类:
Web程序 时间:
2018-12-04 00:58:33
阅读次数:
354
最近使用cython时,遇到一个问题,报错如下: cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-Id:\program files\python361\include" "-Id:\program files\python361\include" "-IC ...
分类:
其他好文 时间:
2018-12-02 13:40:24
阅读次数:
410
1,conda create -n tsf python=3.6 2,source activate tsf3,conda install tensorflow then tensorflow,numpy and scipy are installed,but no scikit-learn and ...
分类:
编程语言 时间:
2018-12-01 12:53:52
阅读次数:
346
线上项目转到测试,setting连接本地数据库报错。 1 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None Python安装路劲下的Pyt ...
分类:
数据库 时间:
2018-11-30 16:38:15
阅读次数:
1020
1.pip install virtualenv 下载很慢的情况下 用豆瓣源 https://pypi.doubanio.com/simple pip install -i https://pypi.doubanio.com/simple/django 回车 virtualenv scrapytes ...
分类:
其他好文 时间:
2018-11-24 15:41:49
阅读次数:
215
错误信息如下: Using base prefix 'c:\\users\\huful\\appdata\\local\\programs\\python\\python36-32'New python executable in E:\Learning\Python\search\Scripts\ ...
分类:
编程语言 时间:
2018-10-21 13:12:12
阅读次数:
470
网上各种找,最后自己猜,猜到了. 必须安装python插件, 网上找的都是不带数字的版本号, 要么找不到要么不行. 我是 3.6.1,尝试加36, 成了。 yum install -y uwsgi-plugin-python36 识别的时候也要加36。 uwsgi --http-socket :80 ...
分类:
其他好文 时间:
2018-10-06 11:55:08
阅读次数:
231