-
Notifications
You must be signed in to change notification settings - Fork 6
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
Upgrade to Python 3 #8
Comments
Sorry about that. I had merged an automated pull request to upgrade Pillow without testing it. I reverted that change so installing from the requirements.txt should work again now. |
Hi! I have several questions.
Thanks! |
Same problems. Please solve it, please! Can you please use Python 3? |
When this codebase was created it was based off of the Matterport3DSimulator repository which at the time only supported Python 2. I would welcome any PRs that moved the codebase to Python 3 but I don't have imminent cycles to work on it and I'm not sure when I will be able to prioritize it. To get an idea of what is involved, you can see Matterport3DSim's commit when they moved to python3: peteanderson80/Matterport3DSimulator@cb196b6#diff-8a2bb86ab24f4c016dba899aba3904d347e9c19c96f825d5a5d871fab6a64bf3 I think we would need to make similar changes for the files in tasks/NDH: https://github.com/mmurray/cvdn/tree/master/tasks/NDH |
The upstream Matterport3DSim codebase has moved on to Python 3 (and updated some other dependencies). We should pull those changes down, but it will require combing through the CVDN/NDH python files and updating old Python 2 syntax.
The text was updated successfully, but these errors were encountered: