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

import of fancylogger module fails with Python 3.7 #282

Open
boegel opened this issue Jul 5, 2019 · 2 comments
Open

import of fancylogger module fails with Python 3.7 #282

boegel opened this issue Jul 5, 2019 · 2 comments

Comments

@boegel
Copy link
Member

boegel commented Jul 5, 2019

For some reason I thought we had already ported vsc-base to Python 3, but it seems like I'm mis-remembering that... Some progress was made in #280, but it's definitely not complete.

PYTHONPATH=$HOME/work/vsc-base/lib python3 -c 'import vsc.utils.fancylogger'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/kehoste/work/vsc-base/lib/vsc/utils/fancylogger.py", line 192, in <module>
    logging._levelNames['EXCEPTION'] = logging.ERROR
AttributeError: module 'logging' has no attribute '_levelNames'
@stdweird
Copy link
Member

stdweird commented Jul 5, 2019

vsc-install and vsc-base are not supported on py3 atm

@boegel
Copy link
Member Author

boegel commented Jul 5, 2019

@stdweird Yeah, I forgot about that after ingesting what we need in EasyBuild and porting stuff there. ;)

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

2 participants