-
-
Notifications
You must be signed in to change notification settings - Fork 274
Newly installed version does not start due to missing "themes" package #1143
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
Comments
Ok, I remember how I fixed this: I cloned the repository separatedly, then copied the |
Also (another method, mostly related to running from source), when in the source code directory run: source zt_venv/bin/activate |
This doesn't appear to be an issue for running locally from source or similar, but causes an error with using `pipx`. This should resolve part of #1143.
@JPTIZ Addressing the themes issue, this seems to be related to a missing I've just pushed a fix for that to Regarding the issue with 0.6.0, I believe we don't directly rely on the code you mentioned, so this could be a limitation of the |
This doesn't appear to be an issue for running locally from source or similar, but causes an error with using `pipx`. This should resolve part of #1143.
This doesn't appear to be an issue for running locally from source or similar, but causes an error with using `pipx`. This should resolve part of #1143.
And indeed it works :)
Right, I see it is a zulip-api version issue. I'll open a new issue just to address each problem on its place and let this one closed (solved). Solved by 793e73d |
@JPTIZ Thanks for confirming 👍 |
This doesn't appear to be an issue for running locally from source or similar, but causes an error with using `pipx`. This should resolve part of zulip#1143.
There are a few problems actually.
platform.linux_distribution()
, so installing it would fail due toplatform
not havinglinux_distribution()
anymore. To reproduce:(Pipx installs packages in an isolated virtualenv, similar to what is suggested on README.)
So creating a new release would be desirable.
main
/latest, I've tried to do:$ pipx install git+https://github.com/zulip/zulip-terminal
But then running it leads to:
And, indeed, checking the module directory it doesn't have the
zulipterminal/themes
directory at all, althought it does have the last commited change onzulipterminal
.I remember fixing this manually before, but can't remember how.
The text was updated successfully, but these errors were encountered: