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

Can't run the installation code #13

Closed
johnperry-math opened this issue Jun 23, 2021 · 1 comment
Closed

Can't run the installation code #13

johnperry-math opened this issue Jun 23, 2021 · 1 comment

Comments

@johnperry-math
Copy link
Contributor

johnperry-math commented Jun 23, 2021

I get the following error when I try to run index.py:

$ ./index.py
resolve_references prefix=/Users/user/cocalc-examples/cocalc-example-files
Traceback (most recent call last):
File "/Users/user/cocalc-examples/./index.py", line 138, in
main(index_fn='index.yaml')
File "/Users/user/cocalc-examples/./index.py", line 130, in main
resolve_references(meta, docs, prefix=ROOT)
File "/Users/user/cocalc-examples/./index.py", line 58, in resolve_references
new_meta, *new_docs = yaml.load_all(open(ref), Loader=yaml.SafeLoader)
FileNotFoundError: [Errno 2] No such file or directory: 'cocalc-example-files/index.yaml'

Any suggestions? I'm running on macOS Catalina with Python 3.9, if it matters.

(There is in fact no such file in that directory.)

@johnperry-math
Copy link
Contributor Author

See instructions on fixing this in #12

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