-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
$ ./node_modules/.bin/virtualenv-postinstall
(node:12121) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
Finding virtualenv *
Error: unable to retrieve version information for virtualenv
at /Users/myuser/Projects/myproject/node_modules/virtualenv/lib/virtualenv.js:184:14
at /Users/myuser/Projects/myproject/node_modules/pypi/src/pypi/client.coffee:15:17
at /Users/myuser/Projects/myproject/node_modules/xmlrpc/lib/client.js:130:9
at callback (/Users/myuser/Projects/myprojectt/node_modules/xmlrpc/lib/deserializer.js:30:7)
at Deserializer.onDone (/Users/myuser/Projects/myproject/node_modules/xmlrpc/lib/deserializer.js:79:12)
at emitNone (events.js:86:13)
at SAXStream.emit (events.js:185:7)
at Object.SAXStream._parser.onend (/Users/myuser/Projects/myproject/node_modules/xmlrpc/node_modules/sax/lib/sax.js:190:10)
at emit (/Users/myuser/Projects/myproject/node_modules/xmlrpc/node_modules/sax/lib/sax.js:640:35)
at end (/Users/myuser/Projects/myproject/node_modules/xmlrpc/node_modules/sax/lib/sax.js:683:5)
at Object.SAXParser.end (/Users/myuser/Projects/myproject/node_modules/xmlrpc/node_modules/sax/lib/sax.js:154:24)
at SAXStream.end (/Users/myuser/Projects/myproject/node_modules/xmlrpc/node_modules/sax/lib/sax.js:248:18)
at IncomingMessage.onend (_stream_readable.js:512:10)
at IncomingMessage.g (events.js:286:16)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:973:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
I have both Python 2 and Python 3 installed, virtualenv is installed under both, too.
$ python --version
Python 2.7.12
$ python3 --version
Python 3.5.2
$ virtualenv --version
1.11.4
$ which virtualenv
/usr/local/bin/virtualenv
Metadata
Metadata
Assignees
Labels
No labels