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.

Dependencies are not installed along with RIDE

See original GitHub issue

Python: 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:closed
  • Created 5 years ago
  • Comments:34 (14 by maintainers)

github_iconTop GitHub Comments

5reactions
Hi-Ficommented, Jan 22, 2019

Running pip install -U -r https://raw.githubusercontent.com/robotframework/RIDE/master/requirements.txt made RIDE to work.

2reactions
gaal-devcommented, Aug 30, 2019

pip install --no-deps -U robotframework-ride

Read more comments on GitHub >

github_iconTop 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 >

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