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

Udocker not working with python 3 #77

Closed
alpegon opened this issue May 31, 2017 · 6 comments
Closed

Udocker not working with python 3 #77

alpegon opened this issue May 31, 2017 · 6 comments

Comments

@alpegon
Copy link
Member

alpegon commented May 31, 2017

Hi, when executing udocker in a python 3 environment I get the following error:

Traceback (most recent call last):
  File "udocker", line 5844, in <module>
    sys.exit(Main().start())
  File "udocker", line 5757, in __init__
    if not self.cmdp.parse(sys.argv):
  File "udocker", line 5618, in parse
    if arg[0] in string.letters:
AttributeError: module 'string' has no attribute 'letters'

Looks like an incompatibility with the python libraries.
Are you planning on supporting python 3?

Thanks

@mariojmdavid
Copy link
Contributor

work ongoing on devel3 branch, largely done

@sebastian-luna-valero
Copy link

+1!

@jlshelby
Copy link

Is there any documentation on the devel3 branch as udocker.py doesnt exist? Most of our systems do not have python2 at all so this has been a show stopper since we can no longer use udocker until python3 is supported.

@mariojmdavid
Copy link
Contributor

hi
pre-release with instructions
https://github.com/indigo-dc/udocker/releases/tag/devel3_1.2.4

@mr-c
Copy link
Contributor

mr-c commented Sep 30, 2020

Thanks for the Python 3 progress. As a reminder it will be possible and perhaps common for users of the next Debian release (and other Linux distributions) to have Python 3 but no Python 2.

@mariojmdavid
Copy link
Contributor

pre release 1.2.9 soon to be released, considered solved

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

No branches or pull requests

6 participants