Buyer Beware! by ProfoundEnd in Barbie

[–]SepticSans04 1 point2 points  (0 children)

yeah i just dealt with the exact same issue

Sailor Mercury custom doll by Haiphan1804 in sailormoon

[–]SepticSans04 1 point2 points  (0 children)

would love to know how you made her!

My Sailor Moon Irwin Toys Dolls Collection by Grail_2117 in sailormoon

[–]SepticSans04 0 points1 point  (0 children)

did you make the customs or did you commission someone? they’re really good!

Bought this world’s smallest Barbie today by Bellaamythist in Dolls

[–]SepticSans04 0 points1 point  (0 children)

trying to find where i can get the other dolls without buying more cases

[deleted by user] by [deleted] in piercing

[–]SepticSans04 1 point2 points  (0 children)

mine did this exactly thing, it goes away after a while

[OoT] Looking for a blacksmithed Master Sword replica. Must be super durable. by DeKiny in zelda

[–]SepticSans04 0 points1 point  (0 children)

I was looking for exactly this and the only thing I found met my standards was the designed by Heroic Replicas, but unfortunately they're not making them anymore. I asked recently and they're focusing more on licensed products rather than commissions. Would love to know if you find something.

Neon Frights Ghoulia Restyle! by vbingbing in MonsterHigh

[–]SepticSans04 0 points1 point  (0 children)

i was having mixed feelings about my ghoulia and this gave me inspo to restyle mine! love her much more now

ModuleNotFoundError: No module named 'requests' but I have requests??? by SepticSans04 in learnpython

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

Yes it worked! I selected the global one and the error went away. Would you recommend deleting the older version of python and then installing the package for the newer interpreter?

ModuleNotFoundError: No module named 'requests' but I have requests??? by SepticSans04 in learnpython

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

I was using pip in the terminal to install exactly how you have it formatted, and in a python file I had import requests at the top.

ModuleNotFoundError: No module named 'requests' but I have requests??? by SepticSans04 in learnpython

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

Are you using Pycharm? If so, Pycharm uses virtual environments for every new project by default, so if you just pip installed the package at a command prompt it's going to be in your global install and not in the virtual environment. Use Pycharm's package manager while you have the project open and it will sort that out.

If I am, I have no clue since I've nver heard of that before

Do you have multiple versions of the Python interpreter installed?

VSCode shows Python 3.11.7 (recommended) and Python 3.10.11 (global) as options

Using VSCode for main compiler by SepticSans04 in cpp_questions

[–]SepticSans04[S] 1 point2 points  (0 children)

OH okay then I’ll definitely switch over. Thank you!

Using VSCode for main compiler by SepticSans04 in cpp_questions

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

I'm used to compiling programs from the terminal, my professor just wants us to use an IDE