Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install cypress on windows 7 32 bit #2095

Closed
qasachin opened this issue Jul 4, 2018 · 10 comments · Fixed by #3877
Closed

Not able to install cypress on windows 7 32 bit #2095

qasachin opened this issue Jul 4, 2018 · 10 comments · Fixed by #3877
Labels
type: duplicate This issue or pull request already exists

Comments

@qasachin
Copy link

qasachin commented Jul 4, 2018

Not able to install cypress on my windows 7 32 bit.

1.I have download cypress from https://www.cypress.io/ (By clicking download now option)
2.Zip file get downloaded successfully.
3. I create folder and save that file on my C drive.
4.When I unzip and try to install application I am getting this message.
image

@brian-mann
Copy link
Member

We release ia32 binaries for Cypress. Not seeing why this is incompatible. Can you try downloading from npm and see if it makes any difference?

Have you ever been able to install Cypress before?

@qasachin
Copy link
Author

qasachin commented Jul 5, 2018

@brian-mann No I am installing it first time.

When I try to install using npm I am seeing this message & not able to install it.
Please see the screen shots and let me know what I am doing wrong here.
image
image

@qasachin
Copy link
Author

qasachin commented Jul 9, 2018

@brian-mann Hello Any updates on my problem. It is very urgent for me.

@brian-mann
Copy link
Member

@qasachin unfortunately this appears to be an issue on your end with your terminal. I'm not sure if you don't have node installed or if your command line is messed up, but this isn't a problem with Cypress itself.

I would recommend you go over to the node docs and learn how to setup a node project and install dependencies since that appears to be what the problem is.

We release 32bit binaries for Windows so I'm not sure why you can't use the binary from the direct download. More information is needed on your system.

@ShreeshailG
Copy link

I successfully installed cypress on Windows 7 32 bit through npm

@ShreeshailG
Copy link

ShreeshailG commented Feb 23, 2019

Hello brian,

the npm installed the latest cypress (3.1.5) on my windows 7 32 bit system.

However, if I run the cypress open command from the .bin folder, I get the following error:

It looks like this is your first time using Cypress: 3.1.5
 x  Verifying Cypress can run C:\Users\lenovo\AppData\Local\Cypress\Cache\3.1.5\
Cypress
   → Cypress Version: 3.1.5
Cypress failed to start.
This is usually caused by a missing library or dependency.
The error below should indicate which dependency is missing.
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies in
stalled.

spawn UNKNOWN

Platform: win32 (6.1.7600)
Cypress Version: 3.1.5

So, I tried installing the dependency mentioned in "required-dependencies" section, but in vain. Please see below:

D:\Automation\node_modules\.bin>apt-get install xvfb libgtk2.0-0 libnot
ify-dev libgconf-2-4 libnss3 libxss1 libasound2
'apt-get' is not recognized as an internal or external command,
operable program or batch file.

D:\Automation\node_modules\.bin>npm install xvfb libgtk2.0-0 libnotify-
dev libgconf-2-4 libnss3 libxss1 libasound2
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/xvfb failed, reason: geta
ddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settin
gs.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\lenovo\AppData\Roaming\npm-cache\_logs\2019-02-23T18_42_30
_727Z-debug.log

@jennifer-shehane
Copy link
Member

Hey @ShreeshailG, where are you running the cypress open command from? Is it in a plain terminal (cmd) window or from a terminal within your IDE program? I've read that running from the IDE terminal may cause this issue.

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Mar 6, 2019

Closing this issue as duplicate of #787

Also this issue is duplicate #1554

@flotwig
Copy link
Contributor

flotwig commented Apr 8, 2019

We have fixed this by also building for Windows 32-bit.

The code for this is done in cypress-io/cypress#3877, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented May 17, 2019

Released in 3.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants