-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't install in Python 3.10 #14
Comments
Hi Angelo, I need more info to look into this. What version of If you have the time and knowledge about Python packaging, please also see issue #7 . You may be able to find some parallels. One thing I can say is that this package doesn't (yet) provide pre-built wheels for Python 3.10. Generally, for new Python versions, it takes a while for me to add the pre-built wheels - if I do it at all, since I don't support pasteboard. |
You're right, I was too generic. (venv310) angelo@iMac-di-Angelo Python Projects % pip install pasteboard --no-use-pep517 Thank you for the answer! EDIT: Not using the "--no-use-pep517" parameters also throws an error that ends with: |
@TheAngel73 Now that Homebrew's default Python is 3.10, I am hitting this error. Did you ever find a solution? edit: I found that all I had to do was (re)install unset PIP_REQUIRE_VIRTUALENV
$(brew --prefix)/bin/pip3 install poetry
$(brew --prefix)/bin/pip3 install pasteboard |
Hi @luckman212 and thank you for the solution. I tried quickly installing first poetry and then pasteboard from PyCharm with no success... I'll try later from the terminal. |
Hi Tobywf, first of all a BIG thank you for this very useful library.
I use pasteboard on a few small app to analyze dragged and dropped files, however I'm now switching to Python 3.10 and pip installing your library now throws an error.
Am I doing something wrong? Sorry but I'm fairly new to the Python world, thanks and sorry to bother you!
Angelo
The text was updated successfully, but these errors were encountered: