You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to installing this package I had Textual version 0.51.0 installed and working OK.
Cloning, building and installing this (using pip install -e .. Correct?), caused all Textual examples to fail.
E.g. running py -3 examples/calculator.py:
From the above pip install -e ., I saw textual-0.1.18 textual-inputs-0.2.6 got installed.
I do not know much about pip, but why not "textual >=0.1.17"?
BTW. I'm on Win-10 Home, 22H2 (OS-build 19045.4046).
The text was updated successfully, but these errors were encountered:
I would recommend installing baywatch to a virtual environment so that it doesn't mess with your existing textual installation. I built this using an earlier version of textual before there was a stable API so I think it is likely not compatible with the latest version of textual.
Prior to installing this package I had Textual version 0.51.0 installed and working OK.
Cloning, building and installing this (using
pip install -e .
. Correct?), caused all Textual examples to fail.E.g. running py -3 examples/calculator.py:
I assume it's this line:
baywatch/pyproject.toml
Line 23 in 747d9b2
that caused it.
From the above
pip install -e .
, I sawtextual-0.1.18 textual-inputs-0.2.6
got installed.I do not know much about
pip
, but why not"textual >=0.1.17"
?BTW. I'm on Win-10 Home, 22H2 (OS-build 19045.4046).
The text was updated successfully, but these errors were encountered: