Package Details: python-zulip-term-git 0.7.0.r523.6a799870ec-1

Git Clone URL: https://aur.archlinux.org/python-zulip-term-git.git (read-only, click to copy)
Package Base: python-zulip-term-git
Description: An interactive terminal interface for Zulip
Upstream URL: https://github.com/zulip/zulip-terminal
Keywords: zulip zulip-terminal
Licenses: GPL
Conflicts: python-zulip-term
Provides: python-zulip-term
Submitter: Anty0
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 2
Popularity: 0.000000
First Submitted: 2019-07-22 14:43 (UTC)
Last Updated: 2026-07-11 08:34 (UTC)

Latest Comments

« First ‹ Previous 1 2

pdxleif commented on 2019-12-12 20:17 (UTC)

It seems that function just returns ('', '','') on Arch Linux anyways, so I just replaced that invocation to the missing function with that value in the zulip-term source, and it works.

pdxleif commented on 2019-12-12 20:10 (UTC)

Crashes on launch with: module 'platform' has no attribute 'linux_distribution' because that attribute has been removed in Python 3.8

Anty0 commented on 2019-09-07 23:23 (UTC) (edited on 2019-09-07 23:24 (UTC) by Anty0)

@plushvoxel Issue should be fixed now.

Problem was in underlying package python-zulip-api. I have missed few dependencies of that package since I had them already installed as local pip packages...

Anty0 commented on 2019-09-04 22:43 (UTC)

@plushvoxel Interesting :/

Thanks for the report. I'll look into that tomorrow.

plushvoxel commented on 2019-08-30 19:06 (UTC)

marble@x270 ~ % uname -a
Linux x270 5.1.21-1-MANJARO #1 SMP PREEMPT Sun Jul 28 09:33:43 UTC 2019 x86_64 GNU/Linux
marble@x270 ~ % zulip-term
Traceback (most recent call last):
  File "/usr/bin/zulip-term", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'typing>=3.5.2.2' distribution was not found and is required by zulip