Skip to content

Instantly share code, notes, and snippets.

View atulsmadhugiri's full-sized avatar
💾
Fixing python install

atul atulsmadhugiri

💾
Fixing python install
View GitHub Profile
import Foundation
let NEW_LINE = "\n"
let SPACE = " "
let logPattern = #"LOG\s+⚠️\s+(.+?):\s+(\w+)\s+is\s+(enabled|disabled)\."#
let logPatternRegex = try! NSRegularExpression(pattern: logPattern)
func constructDictionary(lines: [String]) -> [String: [String: Bool]] {
let nestedDictionary = lines.compactMap { line -> (String, String, Bool)? in
warning Error running install script for optional dependency: "/Users/comm/comm/node_modules/watchpack/node_modules/fsevents, /Users/comm/comm/node_modules/webpack-dev-server/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Users/comm/comm/node_modules/watchpack/node_modules/fsevents
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.12.0
node-pre-gyp info using node@16.13.1 | darwin | arm64
node-pre-gyp WARN Using request for node-pre-gyp https download
{
"version": "0.2.0",
"configurations": [
{
"name": "(lldb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/depth_map",
"args": ["-l", "test/images/quilt3-left.bmp", "-r", "test/images/quilt3-right.bmp", "-h", "1", "-w", "1", "-t", "1", "-o test/output/quilt3-output.bmp", "-v"],
"stopAtEntry": false,