【发布时间】:2018-10-23 04:12:33
【问题描述】:
我正在尝试使用 Python 设置开发环境,包括 Python 库 Spacy 和 Pandas。我要运行的命令是nix-shell -p 'python36.withPackages(ps: with ps; [ spacy pandas ])'
但这就是发生的事情:
these derivations will be built:
/nix/store/7pgb52aa5hkgzv0mkc3jmxdhavxdr013-python3-3.6.6-env.drv
building '/nix/store/7pgb52aa5hkgzv0mkc3jmxdhavxdr013-python3-3.6.6-env.drv'...
collision between `/nix/store/k1njxvw8rdv29yz7iccr4nbfwcbghwhc-python3.6-msgpack-0.5.6/lib/python3.6/site-packages/msgpack/__pycache__/__init__.cpython-36.pyc' and `/nix/store/nig71x1wc7b3c04hs6vz8kk6bmdz5ldv-python3.6-msgpack-python-0.5.6/lib/python3.6/site-packages/msgpack/__pycache__/__init__.cpython-36.pyc'
这里发生了什么,我该如何解决?
【问题讨论】: