#๐ Always get this problem when I try to install tinyaes, how do i fix it?
32 messages ยท Page 1 of 1 (latest)
@sand iris
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
!pip tinyaes
What version of python are you using?
tinyaes doesn't have wheels for 3.12, so you'll need to downgrade to 3.11 to use pre-built binaries
thats actually what i thought
looking at the logs tho
it says it gave support to 3.12
The log doesn't make it obvious you're on the wrong version.
You can use either pyenv, pdm, or rye to install another version of python.
like pip uninstall python?
no.
cant i just
download it again from the website
yes
you may have to uninstall python from the apps settings page
thank you in advance
yea
i knkow
ty
damn...
actually worked
@languid folio
ilysm
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ Always get this problem when I try to install tinyaes, how do i fix it?