問題タブ [nixpkgs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
72 問題
0
投票する
1
に答える
1812
参照
python - NixOS では、どうすれば衝突を解決できますか?
Python ライブラリの Spacy と Pandas を含む、Python で開発環境をセットアップしようとしています。私が実行しようとしているコマンドはnix-shell -p 'python36.withPackages(ps: with ps; [ spacy pandas ])'
しかし、これは何が起こるかです:
ここで何が起こっていますか?どうすれば修正できますか?