为了账号安全,请及时绑定邮箱和手机立即绑定

协作错误:错误:命令错误,退出状态 1:python setup.py Egg_info

协作错误:错误:命令错误,退出状态 1:python setup.py Egg_info

郎朗坤 2023-08-08 18:01:50
我正在运行以下命令!pip install bert-tensorflow natural-questions,它给了我错误:Collecting bert-tensorflow  Using cached https://files.pythonhosted.org/packages/20/16/0f9376af49c6adcfbaf2470a8f500105a74dd803aa54ac0110af445837b5/bert_tensorflow-1.0.4-py2.py3-none-any.whlCollecting natural-questions  Using cached https://files.pythonhosted.org/packages/d5/d7/020da0200e8129c0ae7a1da998c7ff84dd2f3a4660711b2aa39286c67f85/natural_questions-1.0.4-py2.py3-none-any.whlRequirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from bert-tensorflow) (1.15.0)Requirement already satisfied: tornado in /usr/local/lib/python3.6/dist-packages (from natural-questions) (5.1.1)Requirement already satisfied: jinja2 in /usr/local/lib/python3.6/dist-packages (from natural-questions) (2.11.2)Collecting wsgiref  Using cached https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zipERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.我正在谷歌合作实验室工作。谢谢
查看完整描述

4 回答

?
拉风的咖菲猫

TA贡献1995条经验 获得超2个赞

sudo pip3 install --upgrade pip setuptools wheel


尝试使用这个,它可能会起作用


查看完整回答
反对 回复 2023-08-08
?
慕慕森

TA贡献1856条经验 获得超17个赞

现在当我跑步时:


python -m language.question_answering.bert_joint.prepare_nq_data \

  --logtostderr \

  --input_jsonl ~/data/nq-train-??.jsonl.gz \

  --output_tfrecord ~/output_dir/nq-train.tfrecords-00000-of-00001 \

  --max_seq_length=512 \

  --include_unknowns=0.02 \

  --vocab_file=bert-joint-baseline/vocab-nq.txt

它给了我错误:


/usr/bin/python3: Error while finding module specification for 'language.question_answering.bert_joint.prepare_nq_data' (ModuleNotFoundError: No module named 'language')

在我也运行gsutil cp -R gs://bert-nq/bert-joint-baseline .没有错误之前


查看完整回答
反对 回复 2023-08-08
?
呼唤远方

TA贡献1856条经验 获得超11个赞

问题似乎出在wsgiref,它已经安装但pip尝试重新安装。


尝试分别安装 2 个库,如下所示


%pip install bert-tensorflow

%pip install --no-dependencies natural-questions

稍后,如果您对 的任何依赖项有任何问题natural-questions,请尝试手动安装。


例如对于稍后的问题使用


%pip install language


查看完整回答
反对 回复 2023-08-08
?
慕的地6264312

TA贡献1817条经验 获得超6个赞

安装 wsgiref 时出错,但它已经安装在 python3 中。也尝试在 colab 中使用 python2 看看它是否有效



查看完整回答
反对 回复 2023-08-08
  • 4 回答
  • 0 关注
  • 156 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信