博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ValueError: 'format' in __slots__ conflicts with class variable
阅读量:5239 次
发布时间:2019-06-14

本文共 1353 字,大约阅读时间需要 4 分钟。

Complete output from command python setup.py egg_info:    Traceback (most recent call last):      File "
", line 1, in
File "/tmp/pip-build-qe3ebgj7/progressbar/setup.py", line 5, in
import progressbar File "/tmp/pip-build-qe3ebgj7/progressbar/progressbar/__init__.py", line 59, in
from progressbar.widgets import * File "/tmp/pip-build-qe3ebgj7/progressbar/progressbar/widgets.py", line 121, in
class FileTransferSpeed(Widget): File "/public/home/zzh/.pyenv/versions/anaconda3-4.3.1/lib/python3.6/abc.py", line 133, in __new__ cls = super().__new__(mcls, name, bases, namespace) ValueError: 'format' in __slots__ conflicts with class variable ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qe3ebgj7/progressbar/

今天在安装ATCG的GDC Data Transfer Tool 软件过程中,安装几个依赖的python包时出现以上错误。大致估计可能是python版本的问题。我pip安装的是3.x的版本,这个包可能用的是2.x的版本。

用2.x的版本安装后报错问题解决

安装完成后运行./gdc-client命令时,再次报错

ImportError: /public/home/zzh/.pyenv/versions/2.7.13/lib/python2.7/site-packages/lxml-3.5.0b1-py2.7-linux-x86_64.egg/lxml/etree.so: undefined symbol: xmtent

谷歌了一下,可能是lxml依赖的一些 libraries 未安装。

转载于:https://www.cnblogs.com/zhengzh/p/6755070.html

你可能感兴趣的文章
android permission
查看>>
【译】在Asp.Net中操作PDF - iTextSharp - 使用字体
查看>>
.net 文本框只允许输入XX,(正则表达式)
查看>>
实验2-2
查看>>
MongoDB遇到的疑似数据丢失的问题。不要用InsertMany!
查看>>
android smack MultiUserChat.getHostedRooms( NullPointerException)
查看>>
IOS Google语音识别更新啦!!!
查看>>
[置顶] Linux终端中使用上一命令减少键盘输入
查看>>
BootScrap
查看>>
【Python学习笔记】1.基础知识
查看>>
梦断代码阅读笔记02
查看>>
selenium学习中遇到的问题
查看>>
[Linux]PHP-FPM与NGINX的两种通讯方式
查看>>
Java实现二分查找
查看>>
架构图-模型
查看>>
黑马程序员_Java基础枚举类型
查看>>
UIImage 和 iOS 图片压缩UIImage / UIImageVIew
查看>>
django ORM创建数据库方法
查看>>
php7 新特性整理
查看>>
RabbitMQ、Redis、Memcache、SQLAlchemy
查看>>