所以我一直在遵循一些关于如何从这里的链接安装Pygame的说明:
最后三个命令如下所示
$
# Use mercurial to clone current code
hg clone https://bitbucket.org/pygame/pygame
# Build and install
cd pygame
sudo python3 setup.py
$
当我运行最后一个命令来运行安装文件时,在它正常运行之前,我得到了这个错误。
building 'pygame.imageext' extension
creating build/temp.linux-x86_64-
我是Docker的新手,所以我可能做错了什么。我试图在一个容器中安装Adafruit-GPIO,但我一直收到这个错误,我不确定如何解决它。我使用Powershell在Windows10PC上本地构建该文件。 我已经确认了GCC的安装是正确的。我一直在网上搜索答案,但没有太多可查的。 Dockerfile: FROM balenalib/raspberry-pi-debian-python:3.7.2
RUN pip3 install --upgrade pip
RUN sudo pip3 install --upgrade setuptools
RUN sudo apt-get updat
我经常需要为许多不同的架构构建公共链接库,如zlib、libpng、jpeglib、freetype等等。我更喜欢在树外建房子,就像这样:
mkdir build_linux_x64
cd build_linux_x64
../configure
make
这通常很好,但现在我已经读到,只有满足以下条件才能工作:“必须为树外构建启用项目,如果使用make,通常需要使用VPATH的用户”()。
这就引出了一个问题:如果一个项目是为树外构建启用的,我如何判断?如果没有为树外构建启用项目,configure或make会失败吗?或者我该如何判断?
我使用wxpthon库在CentOS system wx.html2中编写UI程序。WebView控件时,将提示以下错误:
File "main.py", line 143, in <module>
frame = DemoFrame()
File "main.py", line 101, in __init__
self._mainPanel = MainPanel( self )
File "main.py", line 17, in __init__
self.view = wx.html2.
Warning in install.packages :
installation of package ‘googledrive’ had non-zero exit status
ERROR: dependencies ‘curl’, ‘gargle’, ‘googledrive’, ‘httr’, ‘ids’ are not available for package ‘googlesheets4’
* removing ‘/home/lanewhitten/R/x86_64-redhat-linux-gnu-library/4.0/googlesheets4’
Warning
我试图使用命令sudo pip install scrapy安装scrapy,但是我收到了一条错误消息,其结尾如下:
build/temp.linux-x86_64-2.7/_openssl.c:429:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
--------------------------
在python中的虚拟环境下安装numpy时遇到了此错误:
(project1_env) yas@yas-Precision-T1700:~/Environments$ pip install numpy
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize GnuFCompiler
Could not locate execut
我不能让TBB去工作。我正在遵循“入门”文档中的步骤。
我正在执行以下步骤:
下载linux文件+源文件。在1 directorycalling中提取它们的使到tbb./bin调用源tbbvars.sh intel64到examples/Getting_started/sub_string_findercalling make
然后我得到错误:
sub_string_finder.cpp:32:30: fatal error: tbb/parallel_for.h: No such file or directory
我确实搜索了很多,但找不到任何相关的东西。
我也尝试过添加一些-I语句,但是
当交叉编译时,我得到:
checking whether the /home/ekhnshr/epb2/jenkbuild/toolchain/bin/powerpc-linux-gnu-g++ linker (/home/ekhnshr/epb2/jenkbuild/toolchain/bin/powerpc-linux-gnu-ld) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into program
我无法用pip安装gpg:
# pip install gpg
Collecting gpg
Downloading
Complete output from command python setup.py egg_info:
Could not find gpgme-config. Please install the libgpgme development package.
----------------------------------------
Command "python setup.py egg_info" failed with error c
我正在尝试在运行Ubuntu18.04内核5.4.0-52-generic的嵌入式J1939系统上使用CAN通用标准。 This elinux page指出j1939.h“从v5.4开始就进入了主线内核”。而kernel.org's documentation for j1939意味着它在主内核中。 最后,我确实安装了can-utils。 当我用#include <linux/can/j1939.h>编译cpp文件时,我得到一个no such file or directory错误。 我已经检查了linux/can目录以确认j1939.h不在那里。我的v5.4内核没有j1