-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AttributeError: 'module' object has no attribute 'which' (python3 is too old) #131
Comments
If you're running debian stable, that's sort of an issue. Last time I tried to port a small-ish script that was written with python3.3 in mind to python3.2, I gave up after about half an hour. openage contains a substantial collection of code that was written with python3.4 in mind, but tested on python3.3. |
Thank you for your quick anwser. how do I update it? I tried
But when I run:
|
Your distro doesn't know about software that's installed in /opt... You have to add the bin folder in Have a look at #16 where OSX users pass the path of a manually installed version of And finally you'll probably have to run configure not as |
however, our scripts should detect this issue and alert the user that they must upgrade python in order to continue! |
nice :D |
earlier, the script would simply fail with an error such as "no member 'which' in 'shutil'. Now it prints a message stating the precise version requirement, and exits. fixes SFTtech#131
earlier, the script would simply fail with an error such as "no member 'which' in 'shutil'. Now it prints a message stating the precise version requirement, and exits. fixes SFTtech#131
I have python3 installed. I tried to install ALL deps but unfortunately a few couldn't be found. So I installed the others and the one not found I could install them on Synaptic.
The text was updated successfully, but these errors were encountered: