You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct. Initially, it seemed that making the urlretrieve import work in a compatible way would fix the issue. Unfortunately it's not that simple. The NodeJS source package uses a large number of Python scripts to configure and build NodeJS. But they all only work on Python 2.x and are not Python 3.x compatible.
I did some brief experiments with "fixing them" using 2to3 but that would have been too simple. Several incompatibilities can't be fixed through 2to3.
I'm not sure how much value there is in trying to make this module Python 3 compatible if the underlying tools that are required, don't support it. However, if somebody wants to spend the time to find a solution, I'm happy to review and merge it.
From within an activated virtualenv:
(myvenv) $ pip install virtual-node
Python Version:
Python 3.4.3
It appears this module isn't compatible with Python 3?
The text was updated successfully, but these errors were encountered: