python
zxmyoung
学习
展开
-
conda安装库时报错Solving environment: failed with initial frozen solve. Retrying with flexible solve.
conda安装库时报错:解决方案:conda config --set channel_priority flexible原创 2020-06-07 19:21:25 · 5135 阅读 · 0 评论 -
Python脚本开头两行声明:#!/usr/bin/python和# -*- coding: utf-8 -*
Python文件中不支持中文,中文注释也不行。为解决这个问题,就需要在代码开头声明编码格式为UTF-8。建议统统加上原创 2020-08-18 16:49:55 · 723 阅读 · 0 评论 -
cmd打开输入python使用python,出现:Failed calling sys.__interactivehook……情况的解决方法
今天想学习一下python的使用,通过cmd打开提示命令符界面,输入python发现出现问题:Warning:This Python interpreter is in a conda environment, but the environment hasnot been activated. Libraries may fail to load. To activate this...原创 2020-04-05 15:45:59 · 801 阅读 · 0 评论 -
一步一步的爬虫学习
https://cuijiahua.com/blog/2017/10/spider_tutorial_1.html原创 2020-09-04 10:57:15 · 153 阅读 · 0 评论