-
Notifications
You must be signed in to change notification settings - Fork 20
Can't install pyrlang-term with pip #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hmm, We've must have fired the merge a bit to quick. So we've prepared for pip install but haven't gotten around to publish it. for now I would clone/download the repo and run |
So I successfully installed pyrlang-term using |
could be that you’ll need the setuptools for rust. try running |
I have the same problem and installing |
@MEschenbacher so you get it to work but you have the python implementation is that what you mean with the same problem, do you have the output from when installing? what os are you using, what rust version is installed? |
I think so. Output from installing
|
Hi, @s2hc-johan! May I ask, do you remain to have plans to publish the Term library to pip? Do you think you could use an assistance in doing so? |
@gmile Hi, sorry for the late reply. I'm working on some cleanup and documentation. It's a bit slow but I though to publish when that was done. |
If you want to include this package in your python project you can do: pip: pipenv: Notes:
|
The readme recommends running pip install pyrlang-term, but that doens't work --pip can't find the package. I also tried installing using the old method of installing from source (this is also what Pyrlang itself tries to do), but this results in a pep517 error. I've tried the usual methods of getting around that, but it still fails.
Any thoughts? Is the pyrlang-term binary in a repository I can add to my pipfile?
The text was updated successfully, but these errors were encountered: