随笔分类 - 环境配置问题
摘要:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ 在这个路径下新建文件夹bits,里面新建文件stdc++.h
阅读全文
摘要:1.先进入到想传文件的文件夹 cd /* / * 2.终端输入 python -m http.server 8000 8000是端口号 3.在浏览器上 ip:port 就可以直接下载访问了 只要在同一个局域网下,都可以下载文件
阅读全文
摘要:conda虚拟环境下,如果pip无法安装的包,可以试试下面这个命令conda install -n 环境名称 包
阅读全文
摘要:执行命令brew update-reset
阅读全文
摘要:We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
阅读全文
摘要:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
阅读全文
摘要:pip一次性安装多个包 pip install -r /Users/war/Downloads/requirements.txtrequirements.txt Requirements.txt absl-py==0.11.0 astor==0.8.1 astroid==1.5.3 backport
阅读全文
摘要:这个是正确路径 /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/
阅读全文
摘要:macOS下安装openCV+Xcode配置打开终端 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew install wgetbrew ins
阅读全文
摘要:pip3 install -U spacy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com python3 -m spacy download en 在终端里输一下就完事了 # import stanfordnlp #
阅读全文
摘要:Mac环境下 jieba 配置记录 在终端里pip3 install jieba -i http://pypi.douban.com/simple --trusted-host pypi.douban.com -i http://pypi.douban.com/simple --trusted-ho
阅读全文