我是小飞熊
码龄2年
  • 153,621
    被访问
  • 141
    原创
  • 26,383
    排名
  • 30
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2020-05-03
博客简介:

我是小飞熊的博客

查看详细资料
  • 5
    领奖
    总分 1,077 当月 54
个人成就
  • 获得64次点赞
  • 内容获得55次评论
  • 获得194次收藏
创作历程
  • 11篇
    2022年
  • 130篇
    2021年
成就勋章
TA的专栏
  • python
    87篇
  • UBUNTU
    6篇
  • NLP
    5篇
  • hadoop
    1篇
  • IDEA
    2篇
  • django
    5篇
  • AJAX
    1篇
  • mysql
    1篇
  • linux
    1篇
  • neo4j
    3篇
  • pycharm
    5篇
  • AS
    4篇
  • 谷歌
    2篇
  • 聊天机器人
    4篇
  • 显卡
    2篇
  • spacy
    1篇
  • wps
    1篇
  • 图灵机器人
  • wxpy
    3篇
  • 算法
    2篇
  • pyinstaller
    2篇
  • 网站爬虫
    4篇
  • html
    1篇
兴趣领域 设置
  • 大数据
    spark
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

baostock_最近3年上市公司年平均收益率前10名_npjsyl.py

发布资源 2022.03.05 ·
py

The frame.append method is deprecated and will be removed from pandas in a future version. Use panda

示例:data_df = data_df.append(k_rs.get_data())报错:FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.解决办法:data_df = pd.concat([data_df,k_rs.get_data()])...
原创
发布博客 2022.03.02 ·
2294 阅读 ·
0 点赞 ·
2 评论

selenium.common.exceptions.WebDriverException: Message: unknown error: Failed to create Chrome proce

报错:selenium.common.exceptions.WebDriverException: Message: unknown error: Failed to create Chrome process.Stacktrace:Backtrace:Ordinal0 [0x00FA7AC3+2587331]Ordinal0 [0x00F3ADD1+2141649]Ordinal0 [0x00E33BB8+1063864]解决办法:wb = webdriver.Chrome()调整为:
原创
发布博客 2022.02.08 ·
583 阅读 ·
0 点赞 ·
0 评论

‘lxrun‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。

移除移除Bash on Ubuntu on Windows 也同样简单,我们首先打开cmd (命令提示字元),然后使用wslconfig 这个指令。这个指令是在2019 以后才启用的,若是在这之前的版本,需要用以下的指令来进行移除:lxrun /uninstall /y若是出现『‘lxrun’ 不是内部或外部命令、可执行的程式或批次档。』代表你的系统是新的版本,可以使用wslconfig 这个指令来查看。wslconfig /l这个指令可以查看目前安装的子系统的发行版本。例如我的版本为Le
原创
发布博客 2022.02.03 ·
752 阅读 ·
0 点赞 ·
0 评论

blender-3.0.1-windows-x64.msi

发布资源 2022.01.30 ·
msi

ERROR: No matching distribution found for imageio-ffmpeg

标题conda环境,安装imageio-ffmpegpip3 install imageio-ffmpeg报错:WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at
原创
发布博客 2022.01.20 ·
1313 阅读 ·
0 点赞 ·
0 评论

No training data given. Please provide stories and NLU data in order to train a Rasa model using the

rasa训练:python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/报错:No training data given. Please provide stories and NLU data in order to train a Rasa model using the ‘–data’ argument.原因:从 2.0 版本开始,新的默认训练数据格式为 yaml。Ma
原创
发布博客 2022.01.14 ·
197 阅读 ·
0 点赞 ·
0 评论

rasa x The path ‘config.yml‘ does not exist. Please make sure to use the default location

启动rasa xrasa x报错:The path ‘config.yml’ does not exist. Please make sure to use the default location (‘config.yml’) or specify it with ‘–config’解决办法:cd rasarasa x
原创
发布博客 2022.01.08 ·
431 阅读 ·
0 点赞 ·
1 评论

/usr/bin/install: cannot create regular file ‘/usr/local/include/libxml2/libxml/SAX.h‘: Permission d

ubuntu 安装LibXMLwget http://xmlsoft.org/sources/libxml2-2.9.1.tar.gztar -xvf libxml2-2.9.1.tar.gzcd libxml2-2.9.1./configure && make && make install报错:/usr/bin/install: cannot create regular file ‘/usr/local/include/libxml2/libxml/SAX.
原创
发布博客 2022.01.08 ·
774 阅读 ·
0 点赞 ·
0 评论

lto1: fatal error: bytecode stream..generated with LTO version 6.2 instead of the expected 8.1 compi

ubuntu 编译 libxml2-2.9.1./configure && make && make install报错:lto1: fatal error: bytecode stream in file ‘/home/…/anaconda3/envs/rasa/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.a’ generated with LTO version 6.2 instead of th
原创
发布博客 2022.01.08 ·
862 阅读 ·
0 点赞 ·
0 评论

ERROR: Could not build wheels for xmlsec, which is required to install pyproject.toml-based projects

ubuntu 安装 rasa-xpip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple报错:Failed to build xmlsecERROR: Could not build wheels for xmlsec, which is required to install pyproject.toml-based projects解决办法:Note: There is no required version of
原创
发布博客 2022.01.08 ·
6630 阅读 ·
3 点赞 ·
2 评论

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stric

ubuntu安装rasa1、创建并激活虚拟环境conda create -n rasa python=3.6source activate rasa2、安装rasapip3 install rasa报错:INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want
原创
发布博客 2022.01.08 ·
827 阅读 ·
1 点赞 ·
0 评论

PermissionError: [Errno 13] Permission denied: ‘C:\\Users\\...\bincache00_py39_64bit\\ucrtbase.dll‘

执行 pyinstaller -D *.py报错:File “C:\Python39\lib\shutil.py”, line 264, in copyfilewith open(src, ‘rb’) as fsrc, open(dst, ‘wb’) as fdst:PermissionError: [Errno 13] Permission denied: ‘C:\Users\Administrator\AppData\Local\pyinstaller\bincache00_py39_64bit
原创
发布博客 2022.01.06 ·
908 阅读 ·
0 点赞 ·
1 评论

module ‘tensorflow.python.layers.base‘ has no attribute ‘InputSpec‘

报错:InputSpec = tf_base_layers.InputSpecAttributeError: module ‘tensorflow.python.layers.base’ has no attribute ‘InputSpec’解决办法:
原创
发布博客 2021.12.24 ·
848 阅读 ·
0 点赞 ·
1 评论

tf_upgrade_v2命令用法

tf_upgrade_v2 --infile D:\tensorflowProject\tf01.py --outfile D:\tensorflowProject\tf01_upgraded.py
原创
发布博客 2021.12.22 ·
144 阅读 ·
1 点赞 ·
0 评论

encoDecoCell = tf.contrib.rnn.DropoutWrapper( AttributeError: module ‘tensorflow‘ has no attribute

报错描述:encoDecoCell = tf.contrib.rnn.DropoutWrapper( AttributeError: module ‘tensorflow’ has no attribute解决办法:tf.contrib.rnn.DropoutWrapper ,您可以将其更改为tf.compat.v1.nn.rnn_cell.DropoutWrapper
原创
发布博客 2021.12.22 ·
168 阅读 ·
0 点赞 ·
0 评论

C:\home\workspace\Paddle_release3\paddle\fluid\inference\api\analysis_predictor.cc:829)

运行:PaddlePaddle-DeepSpeech/infer_path.py报错如下:(PreconditionNotMet) The variable named audio_data is not found in the scope of the exector.[Hint: executor_->scope()->FindVar(name) should not be null.] (at C:\home\workspace\Paddle_release3\paddle\f
原创
发布博客 2021.12.17 ·
101 阅读 ·
0 点赞 ·
1 评论

Google Speech Recognition error; recognition connection failed: [WinError 10060]

报错:Google Speech Recognition error; recognition connection failed: [WinError 10060]由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。解决办法:
原创
发布博客 2021.12.14 ·
205 阅读 ·
0 点赞 ·
0 评论

\PIL\ImageFont.py“, line 212, in __init__ self.font = core.getfont( OSError: cannot open resourc

chineseocr_lite-onnx1、运行报错:如下所示:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 0: ordi\PIL\ImageFont.py", line 212, in __init__ self.font = core.getfont(OSError: cannot open resource2、解决办法更换chineseocr_lite-onnx\backend\we
原创
发布博客 2021.12.09 ·
1067 阅读 ·
0 点赞 ·
0 评论

Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe‘ failed with exit

pycharm 安装kenlmpip install kenlm,报错如下:error: command ‘C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe’ failed with exit code 2----------------------------------------ERROR: Command erro
原创
发布博客 2021.12.08 ·
2260 阅读 ·
0 点赞 ·
0 评论
加载更多