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.

Following the installation instructions does not work

See original GitHub issue

🐛 Bug

Following the instructions here: https://github.com/facebookresearch/CompilerGym/blob/development/INSTALL.md I get:

Could not find a version that satisfies the requirement loop-tool-py==0.0.7 (from compiler_gym) (from versions: 0.0.3, 0.0.4, 0.0.5, 0.0.6)
ERROR: No matching distribution found for loop-tool-py==0.0.8

“CompilerGym requires Python >= 3.6. The binary works on macOS and Linux (on Ubuntu 18.04, Fedora 28, Debian 10 or newer equivalents).” -> I am on Python 3.8 and Ubuntu 20.04 (WSL2).

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
chunhualiaocommented, Oct 10, 2022

I encountered the same problem. My solution was to just upgrade my pip to its latest version: python3 -m pip install --upgrade pip

1reaction
sezgin1947commented, Apr 26, 2022

Hi I came across to exact same problem with same Python and same Ubuntu version.

I have solved the problem by doing following:

  • Removing the the python3-debian package via sudo apt-get remove --auto-remove python3-debian and trying to install CompilerGym with python3 -m pip install compiler_gym==0.2.3

Here is the original source for the solution https://stackoverflow.com/questions/70570309/pkgresourcesdeprecationwarning-0-1-36ubuntu1-is-an-invalid-version-has-anyone

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Identify Windows Installer issues · Click Start, click Run, type cmd, and then click Command Prompt. · At the command prompt, type the...
Read more >
FCS Express Installation Instructions
Follow the easy instructions to download, install, configure, and run your Flow, Image, or Plus version of FCS Express on Windows or Mac...
Read more >
Download and installation instructions - IBM SPSS Statistics
To download and install IBM SPSS Statistics Subscription, go to the IBM Marketplace and then: Sign in with your IBM account (also known...
Read more >
Troubleshoot installation | Photoshop Elements, Premiere ...
Right-click the Setup (or Setup.exe) file and choose Properties. On the Compatibility tab, select Run this program as an administrator. Click ...
Read more >
Installing or updating the latest version of the AWS CLI
AWS CLI install and update instructions. For installation instructions, expand the section for your operating system.
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