#๐ cant install bext
66 messages ยท Page 1 of 1 (latest)
@twin leaf
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.
!traceback
Please provide the full traceback for your exception in order to help us identify your issue.
While the last line of the error message tells us what kind of error you got,
the full traceback will tell us which line, and other critical information to solve your problem.
Please avoid screenshots so we can copy and paste parts of the message.
A full traceback could look like:
Traceback (most recent call last):
File "my_file.py", line 5, in <module>
add_three("6")
File "my_file.py", line 2, in add_three
a = num + 3
~~~~^~~
TypeError: can only concatenate str (not "int") to str
If the traceback is long, use our pastebin.
!pypi bext
i did that
?
"doesn't work"
pip is not recognised
I mean the traceback
have even a little more effort
that command just check what is it
we need to know how it didn't work
use
python -m pip install bext
can you do py -0 please
v3.12
it's the only version you have?
not helpful cuz none of the pip in path anyway
yep
python not found
it is helpful for me
py -m pip install bext
use py and py -m pip in place of python and pip
okey worked
does it tell you something about installing from the windows store when you do python?
and if you want to, I recommend reinstalling python with Add to PATH install options
I don't recommend that
lemme see
if so, I'll walk you through how to disable that
nope only "Python not found"
mmk, just for safe measure I'll walk you through it anyways
in windows search, type app execution alias
and open the first result
okley
and make sure these two are disabled
what does this do
helps you to avoid installing from the windows store by accident
the best way to install python is from the python.org website
yea i did that
okay good
now, with py
if you ever have to download other versions, say maybe you wanna use a site-package and it only supports an older version, then you can specify it with the py command
side note, you should use Add To PATH options when installing python so you can just use python or pip
py -3.9 your_script.py for example
no
you should not do that, as it may cause issues in the future
py + py -m pip is the correct way on Windows
just remove path from older version when you use new, simple
no
memo, you can use !close to close this post
or just uninstall the old version if you doesn't want it
I'm talking about installing older versions
welp, definitely not opening this option on older version :) unless you mainly use it
!close
!close
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.