Not able to install RIDE in cygwin (64-bit)
See original GitHub issueGetting 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:
- Created 4 years ago
- Comments:13 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That is not the correct library. This is the one:
Closed because (use OR operator):
(thanks @Nyral for validating)