-
Notifications
You must be signed in to change notification settings - Fork 61
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
Installation issues #150
Comments
Hi @purva-thakre, First, thank you for the comment and for checking out the With respect to your questions:
Sure, if you think that would help contributors, that would be great, thank you!
Right, the reason this fails is that you are running Python 3.8, and as you correctly mentioned, the Let me know if that doesn't make sense, and if you have any further questions or comments. Happy to elaborate further. Hope to see a contribution from you for |
Thanks! I plan to work on #141 for unitaryhack. I was getting that error even after I managed to create a new virtualenv with Python3.9 & If I try to change the version of setuptools to what's specified in
|
Ok. I think I managed to fix the When I used If I make the following changes in lines 63 & 69, I don't get the installation error. Edit: There's also one failing test when I run
|
Great. Happy to incorporate the As for the test failure, I've opened a separate issue for that here. Thanks for catching that! |
Installation Instructions
I think the installation instructions for contributors are incomplete.
At this link, contributors have a link for how to clone a GitHub repo etc. But an extra line is missing for installing an editable version, i.e., using
pip install -e .
in the top-level directory.I can make a PR for this if it is needed.
Installation Error
Edit : I managed to solve the python version error. But I am not sure how to install an editable version of
toqito
.If I use
pip install -e .
, there's an errorerror: can not execute 'setup.py' since setuptools is not available in the build environment
even though the latest version ofsetuptools
is involved.The text was updated successfully, but these errors were encountered: