installation

Anaconda Python installation error

依然范特西╮ 提交于 2021-02-05 18:52:34
问题 I get the following error during Python 2.7 64-bit windows installation. I previously installed python 3.5 64-bit and it worked fine. But during python 2.7 installation i get this error: Traceback (most recent call last): File "C:\Anaconda2\Lib\_nsis.py", line 164, in <module> main() File "C:\Anaconda2\Lib\_nsis.py", line 150, in main mk_menus(remove=False) File "C:\Anaconda2\Lib\_nsis.py", line 94, in mk_menus err("Traceback:\n%s\n" % traceback.format_exc(20)) IOError: [Errno 9] Bad file

Anaconda Python installation error

依然范特西╮ 提交于 2021-02-05 18:51:32
问题 I get the following error during Python 2.7 64-bit windows installation. I previously installed python 3.5 64-bit and it worked fine. But during python 2.7 installation i get this error: Traceback (most recent call last): File "C:\Anaconda2\Lib\_nsis.py", line 164, in <module> main() File "C:\Anaconda2\Lib\_nsis.py", line 150, in main mk_menus(remove=False) File "C:\Anaconda2\Lib\_nsis.py", line 94, in mk_menus err("Traceback:\n%s\n" % traceback.format_exc(20)) IOError: [Errno 9] Bad file

How can I install yum rpm packages without internet connection?

南楼画角 提交于 2021-02-05 09:24:07
问题 This question has been asked before but mine is a bit different. I want to install a bunch of rpm packages using sudo yum. I do not have internet connection on the machine I want to install them on. These packages also do not exist on any machine in the network. Is there a way I can install them without internet connectivity and with them not anywhere on any machine in the network (so cannot use --downloadonly option) ? 回答1: if you have the RPM files on your local machine or any machine (not

Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?

﹥>﹥吖頭↗ 提交于 2021-02-05 06:54:05
问题 I'm trying to install SAP Crystal Reports runtime engine for .NET framework on a fresh new Microsoft Windows Server 2012 R2 x64 virtual machine. The installation stops with this error: Error 1904. Module C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BuisinessObjects Enterprise XI 4.0\win64_x64\crtslv.dll failed to register. HRESULT -2147024770. Contact your support personnel. I have installed different versions of Microsoft C++ Redistributable

How to convert .exe file to windows setup wizard

痞子三分冷 提交于 2021-02-05 05:31:29
问题 I was creating an app through Tkinter. And after making I converted into .exe file using pyinstaller. It is good but I want to make it more professional. Like when we download any application from internet and open it it opens a setup wizard with license agreements and where to put all the files. I do not want to share my exe file but want to share my setup file. So, that when they click it will show license agreements, the path to save, and a few more like a real setup wizard. Please help me

Install Ruby 2.2 on Mac OSX Catalina with ruby-install

时光总嘲笑我的痴心妄想 提交于 2021-02-05 02:41:08
问题 Here's what I get when I try to install Ruby 2.2: $ ruby-install ruby 2.2.10 # ... >>> Compiling ruby 2.2.10 ... CC = clang LD = ld LDSHARED = clang -dynamic -bundle CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe

Install Ruby 2.2 on Mac OSX Catalina with ruby-install

不问归期 提交于 2021-02-05 02:40:06
问题 Here's what I get when I try to install Ruby 2.2: $ ruby-install ruby 2.2.10 # ... >>> Compiling ruby 2.2.10 ... CC = clang LD = ld LDSHARED = clang -dynamic -bundle CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe

Error while installing Eclipse IDE

淺唱寂寞╮ 提交于 2021-02-04 15:20:31
问题 I am trying to install eclipse IDE (Java for developers) , but facing the below error during the installation. I have enough space in the system drive. In past i have installed and uninstalled the eclipse IDE. So is this giving me any problem to re-install? 10:50:59] ERROR : org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/releases/neon/201612211000/content.xml.xz. org.apache.http.TruncatedChunkException: Truncated chunk ( expected size:

Error while installing Eclipse IDE

偶尔善良 提交于 2021-02-04 15:19:43
问题 I am trying to install eclipse IDE (Java for developers) , but facing the below error during the installation. I have enough space in the system drive. In past i have installed and uninstalled the eclipse IDE. So is this giving me any problem to re-install? 10:50:59] ERROR : org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/releases/neon/201612211000/content.xml.xz. org.apache.http.TruncatedChunkException: Truncated chunk ( expected size:

Deploying application with .NET framework without admin privileges

匆匆过客 提交于 2021-02-04 06:56:33
问题 Disclaimer: If this question does not belong on SO, please leave a hint where to move it. Hello everyone, the company I work for has developed an application that has accumulated a bunch of dependencies over time: .NET 3.5 with updates .NET 4.0 with updates VC++ Redist 2010 VC++ Redist 2013 VC++ Redist 2015 Our proprietary device driver Everything was then packaged into an Inno Setup executable and distributed to the clients. Recently, the need for an auto-update mechanism has been pointed