Skip to content

lhl1/Collections_of_Crawlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collections_of_Crawlers

PyCharm安装Python第三方库教程以及报错解决方法

·pip install -i http://mirrors.aliyun.com/pypi/simple pyinstaller --trusted-host mirrors.aliyun.com

加引号

(.?):(.)

'$1':'$2',

代理服务器:

pip install urllib3==1.25.11 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

set http_proxy=http://127.0.0.1:7890

set https_proxy=http://127.0.0.1:7890


PyCharm安装Python第三方库教程以及报错解决方法

c:\users\lhl\appdata\local\programs\python\python39\python.exe

pip install -i http://mirrors.aliyun.com/pypi/simple pyinstaller --trusted-host mirrors.aliyun.com

[global] timeout = 6000 index-url = http://mirrors.aliyun.com/pypi/simple trusted-host = mirrors.aliyun.com

windows: 直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,新建文件pip.ini,内容如下

c:\users\lhl\appdata\local\programs\python\python39\python.exe 加引号 (.?):(.) '$1':'$2',

pip install selenium

pip install dump -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 代理

git git config --global https.proxy http://127.0.0.1:7890

Cmd

set http_proxy=http://127.0.0.1:7890 set https_proxy=http://127.0.0.1:7890

ffmepg分离视频中给音频,命令 ffmpeg -i input_video.mp4 -vn -acodec copy output_audio.aac

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

-i https://mirrors.aliyun.com/pypi/simple/

Pip install requests==2.18.4

conda create -n voice python=3.7 conda activate voice conda install pytorch==1.1.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.0 -c pytorch

cmd.exe "/K" D:\ProgramData\Anaconda3\Scripts\activate.bat D:\ProgramData\Anaconda3

python -m pip install xlrd

nmp安装 npm i --legacy-peer-deps npm install npm@3.8.6 -g Pip

pyinstaller -F -i favicon.ico test.py pyinstaller --onefile --icon=favicon.ico test.py -w

python test.py startapp lhl

cmd.exe "/K" D:\ProgramData\Anaconda3\Scripts\activate.bat D:\ProgramData\Anaconda3

Activate tensorflow conda install pandas

git设置代理模式,仅为github设置代理 设置代理: 全局代理 git config --global http.proxy 127.0.0.1:1087 局部代理,在github clone 仓库内执行 git config --local http.proxy 127.0.0.1:1087 (127.0.0.1:1087 这个地址是我翻出去用的代理地址,根据自己的实际修改) 查询是否使用代理: 查询全局代理 git config --global http.proxy 查询局部代理 git config --local http.proxy 取消代理: git config --global --unset http.proxy git config --local --unset http.proxy

来自 https://www.cnblogs.com/litifeng/p/11287993.html

//去除回车换行空格符号 img_title_change=re.sub(u"([^\u4e00-\u9fa5\u0030-\u0039\u0041-\u005a\u0061-\u007a])","",i)

//乱码修复 text_html=response.content.decode('utf-8')

token https://github.com/settings/tokens/new

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

本地用:parse;互联网:HTML

r=tree.xpath('//meta[@name="keywords"]')

Pycocotools pycocotools · PyPI Simple Index (tsinghua.edu.cn) Microsoft Visual C++ 14.0 is required_ITPUB博客 pip install -U scikit-image pip install -U cython

来自 https://blog.csdn.net/qq_41570307/article/details/92691036

pycocotools>=2.0 # COCO mAP

FFmpeg Builds

来自 https://archive.org/details/zeranoe

zeranoe directory listing (archive.org)

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors