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

fstar literate setup problems on Ubuntu 22.04 and emacs 28 #130

Open
briangmilnes opened this issue Mar 21, 2023 · 4 comments
Open

fstar literate setup problems on Ubuntu 22.04 and emacs 28 #130

briangmilnes opened this issue Mar 21, 2023 · 4 comments

Comments

@briangmilnes
Copy link

fstar-literate is off due to a python issue in Ubuntu 22.04.1 LTS with emacs 28.

flycheck-verify-setup shows:

fstar-literate (automatically disabled) reset
- may enable: no
- may run: t
- executable: Found at /usr/bin/python3
- Checker selection: OK, checker enabled.
- `docutils' module: Missing; sys.path is ['/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/usr/local/lib/python3.10/dist-packages', '/usr/lib/python3/dist-packages']

for example, lib-dynload is there but the zip is not and the /usr/lib dist-packages is not there but is in the /usr/local/lib.

Anyone know how to work around this?

@cpitclaudel
Copy link
Contributor

Does import docutils work in the terminal?

@briangmilnes
Copy link
Author

briangmilnes commented Mar 24, 2023 via email

@cpitclaudel
Copy link
Contributor

I use Ubuntu; I haven't written F* recently/
I suspect pip install docutils might be enough; it will install it globally.

@briangmilnes
Copy link
Author

briangmilnes commented Mar 26, 2023 via email

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