Todd Tomashek

Results 2 issues of Todd Tomashek

Static analysis is flagging this code section as being vulnerable to command injection: build.py (101-105): llvm_config = os.environ.get('LLVM_CONFIG', 'llvm-config') print("LLVM version... ", end='') sys.stdout.flush() try: out = subprocess.check_output([llvm_config, '--version']) The...

### Problem description When attempting to install daal4py 2021.7.1 as follows, there is an error that a compatible dist cannot be found: >pip install daal4py==2021.7.1 ERROR: Could not find a...