-
Notifications
You must be signed in to change notification settings - Fork 47
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
missing template.c file #48
Comments
me@beastmode:~$ locate docopt_c |
what in the world is going on? i don't have python3.9 I do have python3.10, but there are only docopt_c packages in 3.9
|
created a brand new venv and got the same behavior. it seems there's a hard-coded 3.9 string somewhere.
|
workaround works for me |
ls ./.local/lib/python3.10/site-packages/docopt_c/
docopt_c.py docopt.py init.py main.py pycache
python3 -m docopt_c -o lol haha
[Errno 2] No such file or directory: '/home/me/.local/lib/python3.10/site-packages/docopt_c/_data/template.c'
The text was updated successfully, but these errors were encountered: