Issue running Recap #87
-
|
Hi there! I'm interested in test driving Recap. I installed it with pip and am running python 3.9.13. As far as I can tell from the documentation, this is all I need to do to get Recap set up on my machine, but it seems that I must be missing something, as all cli commands fail with the following error: It seems like I must be missing something important here but I'm at a loss as to what it is. I'd appreciate any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Oh, no! It looks like the union type operator ( https://peps.python.org/pep-0604/ Sigh. Thanks for calling this out. I think Recap needs to be run with 3.10. I'm going to convert this to an issue and update the |
Beta Was this translation helpful? Give feedback.
-
|
Issue here: #88 |
Beta Was this translation helpful? Give feedback.
Oh, no! It looks like the union type operator (
|) was added in 3.10!https://peps.python.org/pep-0604/
Sigh. Thanks for calling this out. I think Recap needs to be run with 3.10. I'm going to convert this to an issue and update the
pyproject.tomlto be3.10. Sorry for the mixup!