所以我一直在遵循一些关于如何从这里的链接安装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
我正在尝试使用以下命令在debian中安装gem
gem install typhoeus
但是我一直收到这个错误信息。我尝试了一些方法,但它们显然不起作用。可以使用一些想法,我对unix和ruby都是新手,所以很简单=)
root@asdf:/home/asdf# gem install typhoeus
Fetching: ffi-1.9.3.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing typhoeus:
ERROR: Failed to b
我正在使用electron-forge为Linux、macOS和Windows构建应用程序。目前,我可以从macOS本机构建可分发的macOS,但我需要两个虚拟机来构建它们。 在每个平台VM上,我只需要发出make脚本: npm run make 是否可以从单个系统交叉构建所有平台?我是否需要一个特定的平台才能为其他平台构建? 我想要完成的是能够运行一个构建脚本,该脚本将从单个平台为所有支持的平台(即Linux,macOS和Windows)构建可分发文件,而不需要手动运行VM。
我经常需要为许多不同的架构构建公共链接库,如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