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
I installed jpterm in a fresh conda environment by first installing pip and then "pip install jpterm" and receive the following message when issuing the "jpterm" command:
Traceback (most recent call last):
File "/home/asill/conda/envs/jpterm/bin/jpterm", line 5, in <module>
from jpterm.cli import main
File "/home/asill/conda/envs/jpterm/lib/python3.12/site-packages/jpterm/cli.py", line 3, in <module>
from txl.app import disabled
ImportError: cannot import name 'disabled' from 'txl.app' (/home/asill/conda/envs/jpterm/lib/python3.12/site-packages/txl/app.py)
The text was updated successfully, but these errors were encountered:
alansill
changed the title
Canot import "disabled" from textual
Cannot import "disabled" from textual
Oct 28, 2023
I installed jpterm in a fresh conda environment by first installing pip and then "pip install jpterm" and receive the following message when issuing the "jpterm" command:
The text was updated successfully, but these errors were encountered: