question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to install RIDE in cygwin (64-bit)

See original GitHub issue

Getting following error,

$ pip install robotframework-ride                                               DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting robotframework-ride
  Using cached https://files.pythonhosted.org/packages/4e/a6/1835a17fa566b19c166735a9a75d55101e53b68566771ddb0b690dd4be83/robotframework_ride-1.7.3.1-py2.py3-none-any.whl
Requirement already satisfied: robotframework in /usr/lib/python2.7/site-packages (from robotframework-ride) (3.1.1)
Collecting Pywin32 (from robotframework-ride)
  Could not find a version that satisfies the requirement Pywin32 (from robotframework-ride) (from versions: )
No matching distribution found for Pywin32 (from robotframework-ride)

I am using Windows 7 (64-bit),

$ uname -a
CYGWIN_NT-6.1 CDTWVDI1520 3.0.6(0.338/5/3) 2019-04-06 16:18 x86_64 Cygwin

I installed python-wx2.8 through cygwin. I didn’t find python-wxgtk2.8 package.

This thread mentions that win32 extensions are not supported in cygwin.

The command pip install wxPython didn’t succeed for me either. Any pointers?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
HelioGuilherme66commented, Apr 17, 2019

That is not the correct library. This is the one:

pip install PyPubSub==3.3.0
0reactions
HelioGuilherme66commented, Jun 1, 2019

Closed because (use OR operator):

  • newest version should have it fixed,
  • not reproducible,
  • not an issue,
  • is a question,
  • lacks logs, versions info, e.t.c.,
  • there is no other reason that justifies being opened.

(thanks @Nyral for validating)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to install RIDE in cygwin (64-bit) - Bountysource
Getting following error, $ pip install robotframework-ride DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
Read more >
RIDE fails to install on Windows 7 64-bit (wxPython not found)
I am trying to install RIDE but failing. I am on Windows 7 64-bit. So far I have installed: Python 2.7.6 (to current...
Read more >
Installing and Updating Cygwin Packages
Installing and Updating Cygwin for 64-bit versions of Windows. Run setup-x86_64.exe any time you want to update or install a Cygwin package for...
Read more >
cygwin1.dll not available error when installing Cygwin
1 Answer 1 ... It turns out that, for some reason, the package cygwin itself (which seems to contain the dreaded cygwin1.dll )...
Read more >
How do I install Perl libraries in Cygwin? - Stack Overflow
Sometimes (as noted above) Cygwin may fail certain tests. For example, when using IPv6 on a machine only configured with IPv4, or when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found