Error when installing via pip
See original GitHub issueBoth pipenv install hyperjson and pip install hyperjson produce the following error:
Could not find a version that satisfies the requirement hyperjson (from versions: )
No matching distribution found for hyperjson
Tried this on Ubuntu 18.10 with python 3.6.7
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Error found when installing pip on Windows - Stack Overflow
Download get-pip.py to a folder on your computer. Open a command prompt window and navigate to the folder containing get-pip.py. Then run python...
Read more >How to Fix 'Pip' is Not Recognized as an Internal or External ...
This error usually means there's a problem with the Python installation or the system variable PATH is not set up correctly. Try reinstalling ......
Read more >pip install error - python - Ask Ubuntu
You are installing pip with sudo but its using your user's home folder's python staging area. This can cause issues later on where...
Read more >How to Install Pip on Windows - ActiveState
One of the most common problems with running Python tools like pip is the “not on PATH” error. This means that Python cannot...
Read more >How to install modules with PIP (and fix it when it fails) - Medium
or you could just try and install pip from scratch by doing the following. Copy the code from get-pip.py or save the file...
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 Free
Top 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

Howdy, are there any plans to upload the linux wheels to pypi?
Oh, yeah that’s it. Sorry, totally missed the win32 part. Unfortunately Github actions doesn’t support 32 bit runners (yet). See here and here. The only alternative I see would be a self-hosted runner, which would incur a maintenance burden. Sooo 🤷. Glad you found a way to make it work for you, though. Closing. 😊