verdict-project / verdict

Interactive-Speed Analytics: 200x Faster, 200x Fewer Cluster Resources, Approximate Query Processing
http://verdictdb.org
Apache License 2.0
248 stars 66 forks source link

Build pyverdict for continuous developments #359

Closed solangepaz closed 5 years ago

solangepaz commented 5 years ago

Hello, I'm trying to build verdictdb to make changes to the code. But, when I run this python setup.py develop I have this error: Traceback (most recent call last): File "setup.py", line 50, in <module> build_and_copy(root_dir, lib_dir) File "C:\Users\paz_s\Desktop\verdictdb\pyverdict\build_lib.py", line 46, in build_and_copy ['mvn', '-DskipTests', '-DtestPhase=false', '-DpackagePhase=true', 'clean', 'package']) File "C:\Users\paz_s\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 342, in check_call retcode = call(*popenargs, **kwargs) File "C:\Users\paz_s\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 323, in call with Popen(*popenargs, **kwargs) as p: File "C:\Users\paz_s\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 775, in __init__ restore_signals, start_new_session) File "C:\Users\paz_s\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1178, in _execute_child startupinfo) FileNotFoundError: [WinError 2] O sistema não conseguiu localizar o ficheiro especificado