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

Exception unable to read the configuration (matrix_base_dir in .condarc) #167

Open
bkreider opened this issue Oct 12, 2020 · 0 comments
Open

Comments

@bkreider
Copy link

If you don't run c3i bootstrap, this exception is raised when running commands:

Traceback (most recent call last):
  File "/opt/anaconda/envs/c3i-devel/bin/c3i", line 33, in <module>
    sys.exit(load_entry_point('conda-concourse-ci', 'console_scripts', 'c3i')())
  File "/opt/anaconda/envs/c3i-devel/lib/python3.6/site-packages/conda_concourse_ci-0.1.0-py3.6.egg/conda_concourse_ci/cli.py", line 285, in main
    execute.submit_one_off(pass_throughs=pass_throughs, **args.__dict__)
  File "/opt/anaconda/envs/c3i-devel/lib/python3.6/site-packages/conda_concourse_ci-0.1.0-py3.6.egg/conda_concourse_ci/execute.py", line 759, in submit_one_off
    config_root_dir = os.path.expanduser(config_root_dir)
  File "/opt/anaconda/envs/c3i-devel/lib/python3.6/posixpath.py", line 235, in expanduser
    path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
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

1 participant