1.报错: File "D:\Python\Python37-32\lib\site-packages\django\views\debug.py", line 332, in get_traceback_html t = DEBUG_ENGINE.from_string(fh.read()) UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in position 9737: illegal multibyte sequen
导入h5py的时候,报错: /home/harris/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype
描述: 这几天在windows环境上,部署了vagrant,在启动虚拟机的时候报错: [c:\~]$ vagrant upBringing machine 'default' up with 'virtualbox' provider...==> default: Importing base box 'centos'...==> default: Matching MAC address for NAT networking...==> default: Setting the nam
vagrant up报错[io.rb:32:in `encode': "\x95" followed by """ on GBK (Encoding::InvalidByteSequenceError)] 这几天在学习虚拟机的相关知识,在使用VirtualBox和Vagrant创建虚拟机时踩了一些坑,在网上搜索到的解决方案虽然给了我一些帮助,但是没有完全解决问题.现在就将我的问题记录下来,希望给新入坑的人一些帮助. 第一步,安装VirtualBox和Vag