ERROR: No matching distribution found for vyxal
See original GitHub issueI’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:
- Created a year ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
@SamMatzko That’s great news! There’s also a JVM port called Jyxal if you want to try that.
@SamMatzko also, there is an online interpreter.