Unable to Install Rattle on Windows 10 despite multiple attempts - rattle

I am unable to install Rattle on my windows 10 pc. I installed in this order:
R,
R Studio,
RGTK2,
RGTK2 extras, and
rattle
When I tried to invoke rattle in the console this is what I see:

Installation looks just fine.
After installing a package you need to load the package into the R session:
> library(rattle)
> rattle()

I found the following video that helped me to successfully install Rattle on Windows 10:
How to Install Rattle on Windows Easily and Quickly 2020

Related

How to install pycocotools on Windows 10

I am trying to install pycocotools on Windows 10. I used this command:
pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI
You can see the error output in the following picture:
Any ideas on how to fix that?
Windows building of some COCO tools gave me a bit of a headache too, I finnaly translated decode mask function for the Windows version of my code.
https://github.com/armengot/COCO_decode_mask/tree/main/python
In Linux any problems.

Not able to install cygwin

Not able to install cygwin.
I am trying to install cygwin 32 bit setup in my 64-bit OS, as we need to support 32 bit OS also. While I am trying to install after selecting all packages, setup.exe is getting crashed showing setup.exe has stopped working.
I have disabled anti virus as well.
This is my error log:
2020/01/02 12:17:09 io_stream_cygfile: fopen(/etc/setup/setup.rc) failed 2 No such file or directory
2020/01/02 12:17:09 Ending cygwin install

Installation of Azure Machine Learning Workbench fails on Windows 10

I tried to install the azure machine learning workbench from here. Once I double click on the downloaded MSI file, it shows the first screen about licensing terms. Once I click on Continue, it shows dependencies. When I click Install, it starts installation. It downloads Miniconda with Python 3.5.2. While trying to install asn1crypto 0.23.0, it suddenly stops and displays 'Installation fails'. I tried running the MSI file with log option but no error is reported in the log.
Here are my machine details:
Windows 10
Version 1709 (OS Build 17017.1000)
How can I troubleshoot this?
you can have a look at the installer log (%TEMP%\AmlInstaller\Logs). See if there is any obvious error... What version of windows are you running, is it a preview?

Installing PHP Driver for Cassandra on Windows 7 with Xampp

I'm trying to implement https://github.com/datastax/php-driver on Windows 7 with Xampp.
I've downloaded all the required dependencies.
When I execute vc_build, it hangs or stops after printing "Building and installing cpp-driver".
https://mail.google.com/mail/u/0/?ui=2&ik=3b8c444a04&view=fimg&th=14fc7e601acf5f83&attid=0.1&disp=emb&realattid=ii_14fc7e23a10fc709&attbid=ANGjdJ9tOvdH26loNZ57M5zPRWYH2opB0gvFwChzXhjoSqBiU2KFDdkVVgee2prFMOquD36Lvi5JbwDyUd0Jz_N1bJaptmH9b0ztDGv1pYA09fduehZI8fFPXXT0abI&sz=w908-h448&ats=1443579568911&rm=14fc7e601acf5f83&zw&atsh=1
Any suggestion?
Have you tried installing using pecl?
https://github.com/datastax/php-driver/blob/master/ext/README.md#installing-with-pecl

Node.js installation error

I tried to install node.js on a Windows 8 machine, but I got the following error:
The cabinet file 'media1.cab' required for this installation
is corrupt and cannot be used. This could indicate a network error, an
error reading from the the CD-ROM, or a problem with this package.
I downloaded the installation file from the node.js website at http://nodejs.org/download/.
How I can solve this problem.
My system specifications are OS : Windows8 32bit, RAM : 4GB, CPU :
Intel Pentium P6200, 2.13Gz, Dual Core
I was experiencing the same error message trying to install on Windows 7.
I was able to fix this issue and successfully install by:
changing the directory for installation.
Instead of installing within my "Program Files (X86)" folder, I installed into my "Program Files" folder
My suggestion is to try installing to a different directory as this solved the problem for me.
For anyone stumbling here, my problem (on win 7) was I accidentally downloaded the 32-bit version by mistake. Getting the 64-bit version was the solution.
Actually above none of answers ara not worked for me. I'm using windows 8.1 x64 . So i'm trying install nodejs.msi. Actually i can not install it. So i have used Chocolatey package manager. This is the command that i used for install nodejs. choco install nodejs.install Thats all it worked :)

Resources