ZippyCodeYT / Zippy_Codes

Codes I used in my YouTube videos
96 stars 94 forks source link

No module named ursina #1

Open lumberjack2007 opened 3 years ago

lumberjack2007 commented 3 years ago

When I run the program it sas "No module named 'ursina'". I'm on the latest version of python. Do you know what the problem is?

ZippyCodeYT commented 3 years ago

Yes, nothing is wrong with your python version. You only have to install ursina type in your cmd/terminal: pip install ursina or check out https://www.ursinaengine.org/#Getting%20Started

elNino0916 commented 3 years ago

I then get the error message:

pip install ursina File "", line 1 pip install ursina ^ SyntaxError: invalid syntax

LolekLiam commented 3 years ago

Install pip. Just search it up on google.

Abdouflih commented 3 years ago

if u cant install it just try repl.it

deezed420 commented 2 years ago

try "python -m pip install ursina"

Donyeet commented 2 years ago

I then get the error message:

pip install ursina File "", line 1 pip install ursina ^ SyntaxError: invalid syntax

did you install pip? if you did, then check if you have the latest version in python and its in your environment variables. that's what I had to do when i installed python :)