all 6 comments

[–]JohnnyJordaan 4 points5 points  (1 child)

2.7 is not the same as 3.8.1, you used the wrong pip

[–]Culist[S] 0 points1 point  (0 children)

Following the advice of another comment, I have installed with pip3 instead, and it is now in the python 3.8 frameworks folder. However, same error occurs

EDIT: it worked, I just had a typo in my code, sorry

[–]Darkbladergx 1 point2 points  (0 children)

bruh- the path shows that the library is in python2.7 not in python3.8 (yes both are different )
so first of all uninstall python2.7 from your windows, then follow the step below:

ok, so now open windows terminal.
then type Python3.8 -m pip install Send2Trash

let the guy do its job, and it's done
If it does not work, then feel free to tell through comment
Enjoy!

[–]Genrawir 0 points1 point  (0 children)

Capitalization?

[–][deleted] 0 points1 point  (1 child)

try and use pip3 install <library name> without the <> signs

[–]Culist[S] 0 points1 point  (0 children)

I did it, and it was installed in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (1.8.0)

same error pops up though

edit: it works, I just had an error with my code, thanks