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.

ERROR: No matching distribution found for vyxal

See original GitHub issue

I’ve seen people use Vyxal on Code Golf SE, and since I like code golfing, and it’s mainly in Python, I thought I’d give it a try.

Both the Vyxal README and its project on PyPi say that I can use pip install vyxal to install it. However, every time I try to install it, I get this error:

ERROR: Could not find a version that satisfies the requirement vyxal (from versions: none)
ERROR: No matching distribution found for vyxal

Just to be sure, I also tried running it using python3 -m pip install vyxal (and even python2 -m pip install vyxal, but that failed because my Python 2 installation doesn’t have pip), to no avail. I also clicked the Copy button for the installation command on PyPi, and pasted and ran it in the terminal, and also tried installing it with a capital V. Neither of those worked either.

Other packages that I install using pip (like pandas) work just fine, so I don’t think it has to do with my network. It’d be nice to not have to clone the repo and install it that way, but I’ll do it if there’s no other way. I’m wondering if I’m missing anything simple? Does someone know the solution to this? Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cgccusercommented, May 5, 2022

@SamMatzko That’s great news! There’s also a JVM port called Jyxal if you want to try that.

1reaction
Seggancommented, May 5, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "No matching distribution found for {package ...
I'm getting errors saying there is no distributions for the dependencies for my package and and error message saying that no version to...
Read more >
pip install on Windows: "no matching distribution found for ...
I tested following commands in the image on my home setup with a Windows 10, x64 PC. Still getting the same error. MavSDK...
Read more >
pip is giving an error because it can't find a matching ...
pip is giving an error because it can't find a matching distribution for a package that's already installed. It's trying to install setuptools>= ......
Read more >
Vyxal - Esolang
Vyxal is the latest addition to the plethora of stack-based languages used for code golfing. But unlike its competitors, Vyxal has a special ......
Read more >
[Solved] Issues installing Pytorch 1.9 - No matching ...
While installing Pytorch 1.9 using pip, it failed with error " No matching distribution found." This video shows how I resolved this issue....
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