Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error when running BUILD2.BAT #12

Open
Linux-Error opened this issue Dec 22, 2021 · 8 comments
Open

Syntax error when running BUILD2.BAT #12

Linux-Error opened this issue Dec 22, 2021 · 8 comments

Comments

@Linux-Error
Copy link

When I run the BUILD2.BAT file I get the error

C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER>BUILD2.BAT -h
  File "C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER\tools\toolkit2.py", line 1
    print "Loading libraries..."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
@cheesemagic
Copy link

Hello,

Add me on Discord and I can help you from there.
jlaw#6710

@Linux-Error
Copy link
Author

I figured it out, thanks though!

@KickingAnimal
Copy link

@Linux-Error

I figured it out, thanks though!

should tell people what the problem was, and close the issue. (GitHub etiquette)
in this case it was you using python 3.x instead of python 2.7.x (but you already knew that)

@cheesemagic good to see you offering help to others after i helped you :)

@FloweyProgramer
Copy link

@Linux-Error

I figured it out, thanks though!

should tell people what the problem was, and close the issue. (GitHub etiquette) in this case it was you using python 3.x instead of python 2.7.x (but you already knew that)

@cheesemagic good to see you offering help to others after i helped you :)

why are you using python 2.7 in the first place, pip doesn't even go back to python 2.7 so installing packages does not work, which means I can't install PIP for python2.7

@cheesemagic
Copy link

cheesemagic commented May 23, 2022

@FloweyProgramer
Python 2.7 seems to be the only version that works for CEVidium. You can install packages still. I don't remember how because I did it last year, but I do know that it works.

@KickingAnimal
Copy link

@FloweyProgramer
Pip does work I believe, that's how I installed packages needed. this project is just old that's why python 2.7 is used and not python 3.x. no-idea behind the motivation beyond that.

@FloweyProgramer
Copy link

FloweyProgramer commented May 23, 2022 via email

@KickingAnimal
Copy link

KickingAnimal commented May 23, 2022

ah yeah forgot about that, when I was last using it pip still worked (somewhere last year indeed). in that case you will need to install dependencies manually. don't know how to do that out of the top of my head but I'm sure the internet has solutions for that.

edit: on top of that this is now an new issue and not related anymore to your original opened issue, might want to consider closing this one and opening a new one. (dependency issue instead of build (syntax error) issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants