Why is Anaconda installer failing on CentOS? - anaconda

I downloaded and ran the Anaconda interactive installer Anaconda3-2020.02-Linux-x86_64.sh but it fails right after it asks for the installation path with this:
PREFIX=/home/msimenc/software/anaconda3
WARNING: md5sum mismatch of tar archive
expected: 826b70d8ad34b7d9230d4da350d1b598
got: a8697164e5fc3778465b66505a311356 -
Unpacking payload ...
/home/msimenc/software/anaconda3/conda.exe: line 1: https://www.anaconda.com/pycharm\n: No such file or directory
/home/msimenc/software/anaconda3/conda.exe: line 3: syntax error near unexpected token `fi'
/home/msimenc/software/anaconda3/conda.exe: line 3: `fi'
/home/msimenc/software/anaconda3/conda.exe: line 1: https://www.anaconda.com/pycharm\n: No such file or directory
/home/msimenc/software/anaconda3/conda.exe: line 3: syntax error near unexpected token `fi'
/home/msimenc/software/anaconda3/conda.exe: line 3: `fi'ls
Any ideas?

It turned out downloading the installer failed. Re-downloaded it and it works fine.

Related

Xcode 12 error - Command PhaseScriptExecution failed with a nonzero exit code

Using xcode 12.5.1 and RN 64.2, my project will not build.
I've reinstalled pods and the project, but cannot get my project to build. Android builds with no problems.
Can anyone help?
/Users/apps/myracnative/node_modules/react-native/scripts/generate-specs.sh: line 27: readlink: command not found
/Users/apps/myracnative/node_modules/react-native/scripts/generate-specs.sh: line 27: dirname: command not found
/Users/apps/myracnative/node_modules/react-native/scripts/generate-specs.sh: line 27: cd: : No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

Why can't my terminal run icecast.xml code?

I'm trying to launch an ice cast server by running the icecast.xml file in my terminal on Mac, I get the following errors
/Users/me/Desktop/Streaming/icecast-2.4.4/conf/icecast_minimal.xml: line 2: syntax error near unexpected token `newline'
/Users/me/Desktop/Streaming/icecast-2.4.4/conf/icecast_minimal.xml: line 2: `<icecast>'
Do I need to install it in an etc location or can I run it from the same directory it is in. My conclusion is that I installed the file in an inappropriate location.

"make" command throwing off syntax error near unexpected token '('

I am new to building and compiling projects, so any help would be really appreciated. Also if somebody could guide me towards any good resources on similar topics, that would be great.
The issue -
For simple C++ header and source files - (Hello, World program), I am using Cmake to generate Unix makefiles on Windows OS, and then running make on the output. I have the GNU-make installed on my system. All commands were running fine until a couple of days ago, but now all of a sudden I am getting the following errors -
/usr/bin/sh: -c: line 0: syntax error near unexpected token `(' /usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make -s -f CMakeFiles/Makefile2 all' make: *** [all] Error 1
I have done no changes on my system to the C/C++ compilers. The only recent change I can remember is installing VSCode extensions for C#. I don't think that should affect this anyways. Could someone have any inkling as to where this error might be arising from? I am at a loss here! Looking for any possible support! Thanks.

can anyone help wih castalia integration with omnet++?

I tried installing Castalia (version 3.0) but encountered the following error
"./makemake: line 28: opp_makemake: command not found"
To rectify this error, I first installed castalia in the home directory and encountered the same above error.
"root#roopali-HP-406-G1-MT:/home/roopali/Castalia-3.0# ./makemake
./makemake: line 28: opp_makemake: command not found"
To rectify this error, I tried installaing castalia in the omnet directory and encountered the same above error.
"root#roopali-HP-406-G1-MT:/home/roopali/omnetpp-4.6/Castalia-3.0# ./makemake
./makemake: line 28: opp_makemake: command not found"
I have imported Castalia successfully in OMNET++. You can do it as explained here. https://gopalcnepal.wordpress.com/2017/04/12/installing-castalia-in-omnet/

Zeppelin Errors

I am trying to install Zeppelin on windows 10, but getting errors while running the command - bash zeppelin-daemon.sh start. I have configured JAVA_HOME and SPARK_HOME manually by going to the properties of my_computer (not by cmd or shell commands), can that be the reason for the errors?
Below are the errors I am getting -
/cygdrive/c/Users/Harneet/zeppelin-0.6.0-bin-all/conf/zeppelin-env.sh line 18:
$'\r': command not found
/cygdrive/c/Users/Harneet/zeppelin-0.6.0-bin-all/conf/zeppelin-env.sh line 20:
': not a valid identifier
Please help?

Resources