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

Typeerror in xcode_emulation.py #2010

Closed
magikid opened this issue Jan 2, 2020 · 2 comments
Closed

Typeerror in xcode_emulation.py #2010

magikid opened this issue Jan 2, 2020 · 2 comments

Comments

@magikid
Copy link

magikid commented Jan 2, 2020

  • Node Version: 10.16.0, npm version: 6.13.4
  • Platform: Darwin cjonesmbpx12 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
  • Compiler:
Apple clang version 11.0.0 (clang-1100.0.33.8)
Target: x86_64-apple-darwin19.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  • Module: npm install --verbose grpc
Verbose output (from npm or node-gyp):

Here is the npm debug log: 2020-01-02T19_13_38_986Z-debug.log

The reason that I think this issue is with node-gyp is that part of the output includes this:

  File "/Users/cjone0102/.asdf/installs/nodejs/10.16.0/.npm/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1527, in _GetXcodeEnv                                                                                                                         if XcodeVersion() >= '0500' and not env.get('SDKROOT'):
TypeError: '>=' not supported between instances of 'tuple' and 'str'
@cclauss
Copy link
Contributor

cclauss commented Jan 2, 2020

Dup of #1917 ?

@magikid
Copy link
Author

magikid commented Jan 2, 2020

Yep, this is a dupe. Closing it.

@magikid magikid closed this as completed Jan 2, 2020
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