BeautifulSoup4
パッケージをインストールした後にlxml
パッケージをインストールしようとしています。 I型の端末でラズベリーpiはlxml pipパッケージをインストールできない
:
sudo pip install lxml
これは私が
sudo pip install lxml
Downloading/unpacking lxml
Running setup.py egg_info for package lxml
Building lxml version 3.6.1.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib
Installing collected packages: lxml
Running setup.py install for lxml
Building lxml version 3.6.1.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib
building 'lxml.etree' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-armv9l-2.7/src/lxml/lxml.etree.o -w
得るものです。そして、それはちょうど非常に長い長い時間のためにそこに最後の行でハングアップし、私が終了する必要がCTRL + Cを押してください。
誰かが実際に何を教えてもらえますか?
次に、pip freeze
を試して、パッケージがインストールされているかどうかを確認してください。いいえ、そこにはありません。
をしようとした場合でも、それはあなたのハードウェアがかなりのプログラムは非常に長い時間がかかることがコンパイルするので、限定されているデバイス上にあることを意味します。コンパイルの途中で終了した場合、インストールされていないのは驚きではありません。 –
私のRaspberry Piでは、コンパイラがクラッシュしました。「arm-linux-gnueabihf-gcc:内部コンパイラエラー:Killed(プログラムcc1)」メモリが不足している可能性があります。 –