首页
学习
活动
专区
工具
TVP
发布

m0w3n

墨文
专栏作者
133
文章
311855
阅读量
28
订阅数
pip安装软件时出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*的解决方案
转:https://blog.csdn.net/u011092188/article/details/64123561
墨文
2021-06-29
9.6K1
Python结合Pywinauto 进行 Windows UI 自动化
https://blog.csdn.net/z_johnny/article/details/52778064
墨文
2020-02-28
4.6K0
Ubuntu 16.04 安装ROS sudo rosdep init报错问题
解决博文:https://blog.csdn.net/weixin_37835458/article/details/79878785
墨文
2020-02-28
1.3K0
python查看包路径及对象的所有方法名
得到 django 安装目录 ['/Library/Python/2.7/site-packages/django'] 
墨文
2020-02-28
3K0
SmartRobotControlPlateform——智能机器人控制平台
具体成果参考github项目:https://github.com/ecjtuseclab/SmartRobotControlPlateform
墨文
2020-02-28
1.6K0
python3升级pip报错ImportError: cannot import name 'main'
把系统的python版本从默认的2切换到3后,使用pip3安装依赖报错,如下: Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import main ImportError: cannot import name 'main' 解决办法: 解决:pip文件在usr/bin目录下,cd进去,进行以下修改 把下面的三行 from pip import main if __na
墨文
2020-02-28
9600
从零构建以太坊(Ethereum)智能合约到项目实战——学习笔记10
P57 、1-Solidity Types - 玩转 Solidity 数组 (Arrays)
墨文
2020-02-28
5370
python批量提取哔哩哔哩bilibili视频
# -*- coding: utf-8 -*- """ Created on Tue Jan 29 13:26:41 2019 @author: kwy """ import os,re import shutil def copyfile1(oldfilepath,newfilepath): #调用shutil的copyfile函数,拷贝文件,并重命名该文件 shutil.copy(oldfilepath,newfilepath) if __name__ == "__main__"
墨文
2020-02-28
5580
linux与python3安装redis
这里需要为Python安装Redis库,下载https://github.com/andymccurdy/redis-py 后,解压并安装:
墨文
2020-02-28
3.5K0
python3报:ImportError: No module named 'MySQLdb'
项目在转到python3.6时,原先的导入MySQLdb模块都提示无法导入,pip install mysqldb也安装失败。 问题原因: python2和python3在数据库模块支持这里存在区别,python2是mysqldb,而到了python3就变成mysqlclient,pip install mysqlclient即可。
墨文
2020-02-28
1.6K0
3、高级方法(Advanced Recipes)
官网地址:https://gpiozero.readthedocs.io/en/stable/recipes_advanced.html
墨文
2020-02-28
4550
python安装PyMySQL
官网操作教程:http://www.runoob.com/python3/python3-mysql.html
墨文
2020-02-28
7.2K0
解决安装PyMySQL一直停在Building wheels for collected package:cryptography, cffi, pycparser的问题
  因为项目需要,我在树莓派上搭建了基于python编程的Django的web框架,需要从MySQL中读取树莓派以及传感器的数据,而Python3是不带PyMySQL的,所以就需要我们自行安装。
墨文
2020-02-28
4.5K0
python安装MySQLclient
这个时候需要下载.whl文件进行安装。  首先到这个网站下载对应版本的文件  mysqlclient
墨文
2020-02-28
1.5K0
1、安装GPIO Zero(Installing GPIO Zero)
官网地址:http://gpiozero.readthedocs.io/en/stable/installing.html
墨文
2020-02-28
1.5K0
web安全之sql注入
2、sqlmap.py -u "url" -D 数据库名称 --tables 获取表名
墨文
2020-02-28
7430
2、基本方法(Basic Recipes)
官网地址:http://gpiozero.readthedocs.io/en/stable/recipes.html
墨文
2020-02-28
1.7K0
在Ubuntu_meta 16.04中设置默认Python3.5的命令
ubuntu_meta 默认是安装了python2.7 和python3.5两个版本
墨文
2020-02-28
1.1K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档