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.

It Doesn't Get Installed

See original GitHub issue

Hi man

I don’t know why it gives me an install error? Is it me or is this a bug? Thanks

[root@X rivalcfg]# pip install .
Processing /home/X/rivalcfg
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-lvwqr11g-build/setup.py", line 10, in <module>
        from rivalcfg import VERSION
      File "/tmp/pip-lvwqr11g-build/rivalcfg/__init__.py", line 1, in <module>
        from version import VERSION
    ImportError: No module named 'version'
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-lvwqr11g-build/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
armsdealercommented, Apr 20, 2016

I think it’s done now. Big Thanks man

I got a Rival 100 and now need a good setting to play CS:GO.

[root@X rivalcfg]# pip install .
Processing /home/X/rivalcfg
Requirement already satisfied (use --upgrade to upgrade): pyudev>=0.19.0 in /usr/lib/python3.5/site-packages (from rivalcfg==2.3.0)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python3.5/site-packages (from pyudev>=0.19.0->rivalcfg==2.3.0)
Installing collected packages: rivalcfg
  Running setup.py install for rivalcfg ... done
Successfully installed rivalcfg-2.3.0
1reaction
flozzcommented, Apr 20, 2016

rivalcfg was not compatible with Python 3… But I just made a branch to add Python 3 support. 😃

To test it, first get the python3-support branch:

git clone https://github.com/flozz/rivalcfg.git
cd rivalcfg
git checkout python3-support

And then, install rivalcfg (as root):

pip install .
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Install Apps or Software on Windows? Here's What ...
If you're unable to install software on Windows 10 or Windows 11, here's how to fix common app installation problems.
Read more >
Get help with Windows upgrade and installation errors
See some of the most common upgrade and installation errors for Windows 10 and Windows 11, and what you can do to try...
Read more >
8 Ways to Fix Windows 10 if It Won't Install on Your PC
Windows 10 is not installing on your computer? You can start fixing it by checking for driver errors or corrupted updates.
Read more >
Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors Make...
Read more >
Troubleshooting — Anaconda documentation
Cannot get conda to run after installing; Recovering your Anaconda installation ... error: localhost doesn't understand the “open location” message.
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