Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
HRT-71316096y@AleCx04 The problem is that the errors look like regular errors you usually get in a python program and I can't seem to figure out why I am getting them.
-
Are both of the pythons the same major version? Maybe PyCharm is using python2 and cli uses 3
-
HRT-71316096y@Torbuntu I really don't know, when I check both say 3.6.4 so I think they might be the same
-
drekhi18586y@HRT-713 why not just try a normal print hello world statement. That should help a little. Try: print "hello world" if it executes it's python 2 else python 3.
-
I could imagine that there are some ImportErrors, as PyCharm extends the sys.path a little.
Could you please provide us with the error message though and mention me so I see it? -
HRT-71316096y@drekhi12 @gamingfail123 I'm not sure what it was but after I woke up and booted linux, I got an update for 1292 packages, and after the update everything worked perfectly.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
I use the Parrot OS linux distro and I think my built in python interpreter is broken, when I run a .py program from the command line, I get errors that I don't get when I run them in pycharm, why is this happening?
question
python
command line
linux