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

step1, ERROE #2

Open
luowy1001 opened this issue Jun 29, 2020 · 1 comment
Open

step1, ERROE #2

luowy1001 opened this issue Jun 29, 2020 · 1 comment

Comments

@luowy1001
Copy link

luowy1001 commented Jun 29, 2020

When I run setp1, there is an error.

start
Process Process-1:
Process Process-2:
Process Process-3:
Process Process-4:
Process Process-5:
Process Process-6:
Process Process-7:
Process Process-8:
Process Process-9:
Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/lwy/anaconda3/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/home/lwy/anaconda3/lib/python3.6/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "step1_download_panoramas.py", line 28, in download_panoramas
    if subprocess.call(['node', 'streetview/panodata.js', panoid, node_json_name]) == 0:
  File "/home/lwy/anaconda3/lib/python3.6/subprocess.py", line 267, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/home/lwy/anaconda3/lib/python3.6/subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "/home/lwy/anaconda3/lib/python3.6/subprocess.py", line 1344, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
Traceback (most recent call last):
FileNotFoundError: [Errno 2] No such file or directory: 'node': 'node'
@luowy1001 luowy1001 reopened this Jun 29, 2020
@jfemiani
Copy link
Collaborator

You need to have nodejs installed.
Try
conda install nodejs

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