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:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top 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 >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
I encountered the same problem. My solution was to just upgrade my pip to its latest version: python3 -m pip install --upgrade pip
Hi I came across to exact same problem with same Python and same Ubuntu version.
I have solved the problem by doing following:
Here is the original source for the solution https://stackoverflow.com/questions/70570309/pkgresourcesdeprecationwarning-0-1-36ubuntu1-is-an-invalid-version-has-anyone