Dependencies are not installed along with RIDE
See original GitHub issuePython: 2.7.10 Pip: pip 18.1 from /Library/Python/2.7/site-packages/pip (python 2.7) OS: MacOS Mojave (10.14.2)
pip install robotframework-ride
Password:
Collecting robotframework-ride
Downloading https://files.pythonhosted.org/packages/f7/87/efd10d2e4075ae59e34aeb1b6b28c30932e3ad6f999fa2450631e3abc155/robotframework_ride-1.7.3-py2.py3-none-any.whl (920kB)
100% |ββββββββββββββββββββββββββββββββ| 921kB 10.2MB/s
Installing collected packages: robotframework-ride
Successfully installed robotframework-ride-1.7.3
MacBook-Pro:robot-plugin juhosaarinen$ ride.py
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
This version will run also on wxPython 3.0.2, download from https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/
I think ride installation should fetch also the dependencies.
Issue Analytics
- State:
- Created 5 years ago
- Comments:34 (14 by maintainers)
Top Results From Across the Web
How to properly install wxPython?
open python CLI to see whether python is working or not. then open command prompt (CMD). type PIP to see whether pip is...
Read more >HEXAGON 3.5.1 Instalaation dependencies fail
I am trying to install HEXAGON 3.5.1 and its dependencies. Hexagon instaals but instalaation of the dependencies through windows installer failsΒ ...
Read more >A Comprehensive Guide to Fixing Node-Gyp Issues on Windows
1. Try running npm install with the --no-optional flag. ... If you're lucky, the dependency that requires node-gyp will be optional, and you...
Read more >`apt --fix-broken` is broken (`uim` has circular dependencies)
8-6) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). The $ sudo...
Read more >Software Development Has Been Complicated By Too Many ...
Developers shouldn't have to deal with bloated dependency-laden frameworks ... should be craftsmen, not passengers along for the ride.
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
Running
pip install -U -r https://raw.githubusercontent.com/robotframework/RIDE/master/requirements.txt
made RIDE to work.pip install --no-deps -U robotframework-ride