Modelio 4.0 Installation on Mac OS - macos

I'm following the automatic procedure (i.e. script) described on https://www.modelio.org/forum/8-installation/3962-running-modelio-on-a-macos-x-workstation.html
Modelio 4.0 is installed in the same folder as the script.sh file.
When I type: bash fixModelio40.sh, the terminal shows the following error message:
"fixModelio40.sh: fixModelio40.sh: cannot execute binary file"
When typing "type fixModelio40.sh", the output is: "ixModelio40.sh: MacOS Alias file".
Can someone help me out?
Thanks so much,
Rob

Rob, this way is only necessary when you don't have installed Java 8 on your machine. If you don't have it, simply you can install the Amazon Corretto Java 8 and again execute Modelio. In this video, you can see how to do it

Related

MongoDB Database Tool installation issue Windows

I am trying to install the MongoDB Database Tools. I am using Windows and Git Bash terminal. I downloaded the collection from MongoDB. The installation instructions say "Once downloaded, unpack the archive and copy the tools to a location on your hard drive" which doesn't seem very descriptive to me. I have the tools folder in my Program Files/MongoDB. When I try to run 'mongoimport --version' in Git Bash I get the response 'bash: mongoimport: command not found'. Any help getting the tools running would be much appreciated.

GRASS GIS: r.diversity

I lauched the script r.diveristy.py in GRASS GIS 6.4.3 from launch script option in file menu. After that the r.diversity GUI appeared in which I gave the input and the output file name and then run. The following error message is displayed:
C:\PROGRA~1\QGISCH~1\bin\python.exe: can't open file
'r.diversity.py': [Errno 2] No such File or directory.
How can I solve the problem?
GRASS GIS 6.4.3 is rather old and there were problems with running Python scripts on MS Windows (r.diversity is a Python script). Install the latest release (currently 7.0.4) and install the r.diversity module from Addons again. There was a lot of improvements regarding Python scripts in the 7.0 series.

Issue with Julia build on Windows 7 64-bit

I am attempting to install Julia on my Samsung Series 7 laptop, which has OS Windows 7 64-bit. Instructions on how to do this are located at https://github.com/JuliaLang/julia/blob/master/README.windows.md, under the section "Compiling with MinGW/MSYS2".
Step 4-ii says to run the following command in MSYS2:
contrib/windows/get_toolchain.sh 64
When I run this command, I get the following error:
error: this script requires having 7z installed
I have no idea how to get around this. I already had 7zip installed on my computer, but I reinstalled it and am still having the issue. Later, the build step (step 4-iv in the link), which says to run the following command in MSYS2
make -j 4
also fails, giving me the error
bash: make: command not found
I suspect this is because of the earlier failure in step 4-ii, though I can't be sure.
My question: How do I get around these issues to get a good working version of Julia?
Incidentally, the immediate reason I am trying to do this is because I want to do the Julia tutorial located at https://www.youtube.com/watch?v=vWkgEddb4-A&feature=youtu.be&list=PLP8iPy9hna6T0dEHtj0GZymvT6ODIJWj0. I tried to just download the regular Julia installation located at http://julialang.org/downloads/ to do this, but it became apparent as I started going through the tutorial that that a more substantial Julia build was required, and I think this is the one that I need.
Thank you for any help.

installing Chorus's GreenPlum on OSX

I am trying to install Chorus on OSX. So I need to install GreenPlum as described here. The doc says that I have to download the GreenPLum database and extract the greenplum-db-4.2.5.0.tar.gz tar file. So I went to the dedicated site [Pivotal][2]. This file provides some .bin file, but when I execute it I get the message Installer will only install on RedHat/CentOS x86_64. The execution of this file supposes that it provides the mentionned tar file.
So I deduce that I must get some OSX dedicated file, but the Pivotal documentation says that the tar file should be extracted (only in development mode). Perhaps I am running some wrong commands. Could someone help ?
Go to https://network.pivotal.io/products/pivotal-gpdb#files to get the actual installers you'll need for OSX. Be aware that the community edition may not support everything.

GAE Go Windows - "Cannot run program", "is not a valid Win32 application"

I've been trying to run a GAE Go project I developed on my Mac on my Windows machine with GoClipse after installing and configuring the appropriate SDKs and so forth. When attempting to run the project, I get this error:
Exception occurred executing command line. Cannot run program
"C:\GoogleAppEngine\dev_appserver.py" (in directory
"D:\Golang\workspace\Project\src\pkg"): CreateProcess
error=193, %1 is not a valid Win32 application
How can I fix that error in order to run my project?
While the below configuration works on the Mac as it has Python installed by default, Windows requires a different configuration.
On Mac the GoClipse External Tools Configuration would be:
Location: /GoogleAppEngine/dev_appserver.py
Working Directory: ${workspace_loc:/Project/src/pkg}
Arguments: .
The Windows configuration should look like:
Location: C:\Python27\Python.exe
Working Directory:
Arguments: C:\GoogleAppEngine\dev_appserver.py "${workspace_loc:/Project/src/pkg}"
Trying to run .py (Which IMO is a Python file?) wont work directly on windows. You will need to install Python and then pass the above filename to Python something like (I don't know Python so don't go by exact syntax, you might need to look around)
python "C:\GoogleAppEngine\dev_appserver.py
The reason it's working on Mac is because Python comes pre-installed on mac as cited here But on windows it doesn't. So you can install Python and add the Python's bin folder to path, and then run above script and it should run fine!

Resources