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

Error running sao_paulo #9

Open
mari-ohira opened this issue Nov 1, 2021 · 1 comment
Open

Error running sao_paulo #9

mari-ohira opened this issue Nov 1, 2021 · 1 comment

Comments

@mari-ohira
Copy link

I was able to run île-de-france, but sao_paulo isn't working:

(sao_paulo) D:\MARI\__MESTRADO\EQASIM\sao_paulo>python -m synpp
INFO:numexpr.utils:Note: NumExpr detected 12 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
INFO:numexpr.utils:NumExpr defaulting to 8 threads.
SQLalchemy is not installed. No support for SQL output.
INFO:synpp:Found 31 stages
INFO:synpp:Did not find pipeline metadata in D:\MARI\__MESTRADO\EQASIM\sao_paulo\cache/pipeline.json
Traceback (most recent call last):
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\site-packages\synpp\__main__.py", line 14, in <module>
    synpp.run_from_yaml(config_path)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\site-packages\synpp\pipeline.py", line 751, in run_from_yaml
    run(definitions=definitions, config=config, working_directory=working_directory, flowchart_path=flowchart_path, dryrun=dryrun)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\site-packages\synpp\pipeline.py", line 591, in run
    validation_token = stage["wrapper"].validate(context)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\site-packages\synpp\pipeline.py", line 52, in validate
    return self.instance.validate(context)
  File "D:\MARI\__MESTRADO\EQASIM\sao_paulo\matsim\runtime\maven.py", line 39, in validate
    ], stderr = sp.STDOUT):
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\subprocess.py", line 411, in check_output
    **kwargs).stdout
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\subprocess.py", line 488, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\subprocess.py", line 800, in __init__
    restore_signals, start_new_session)
  File "C:\Users\Mariana\Anaconda3\envs\sao_paulo\lib\subprocess.py", line 1207, in _execute_child
    startupinfo)
PermissionError: [WinError 5] Denied Access

Any idea what could be wrong?

@balacmi
Copy link
Contributor

balacmi commented Nov 3, 2021

To me it looks like windows denied access to the file you are trying to read. It should not have anything to do with the pipeline itself according to the error provided at the bottom of your message.

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