Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] `backblaze-b2` is unusable
@ 2024-11-29  6:44 OoLunar
  2024-11-29  7:04 ` biopsin
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: OoLunar @ 2024-11-29  6:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]

New issue by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/issues/53257

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.60_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFF

### Package(s) Affected

backblaze-b2-4.2.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

N/A

### Expected behaviour

For `backblaze-b2` to be able to work in any capacity.

### Actual behaviour

```
Traceback (most recent call last):
  File "/usr/bin/backblaze-b2", line 5, in <module>
    from b2._internal.b2v4.__main__ import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/__main__.py", line 11, in <module>
    from b2._internal.b2v4.registry import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/registry.py", line 12, in <module>
    from b2._internal.console_tool import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2/_internal/console_tool.py", line 19, in <module>
    from b2._internal._cli.autocomplete_cache import AUTOCOMPLETE  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2/_internal/_cli/autocomplete_cache.py", line 20, in <module>
    import argcomplete
ModuleNotFoundError: No module named 'argcomplete'
```

This happens on all/no arguments.

### Steps to reproduce

Run `backblaze-b2` in anyway or manner.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
@ 2024-11-29  7:04 ` biopsin
  2024-11-29 22:06 ` OoLunar
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2024-11-29  7:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2507205325

Comment:
Try manually install **python3-argcomplete** , might be missing a dependancy.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
  2024-11-29  7:04 ` biopsin
@ 2024-11-29 22:06 ` OoLunar
  2024-11-30 10:00 ` biopsin
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: OoLunar @ 2024-11-29 22:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2279 bytes --]

New comment by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2508697771

Comment:
I had to install both `python3-argcomplete` and `python3-platformdirs`, however the following error appears below:
```
Traceback (most recent call last):
  File "/usr/bin/backblaze-b2", line 5, in <module>
    from b2._internal.b2v4.__main__ import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/__main__.py", line 11, in <module>
    from b2._internal.b2v4.registry import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/registry.py", line 12, in <module>
    from b2._internal.console_tool import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2/_internal/console_tool.py", line 57, in <module>
    from b2sdk.v2 import (
  File "/usr/lib/python3.12/site-packages/b2sdk/v2/__init__.py", line 12, in <module>
    from b2sdk._v3 import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2sdk/_v3/__init__.py", line 30, in <module>
    from b2sdk._internal.api import B2Api
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/api.py", line 17, in <module>
    from .account_info.abstract import AbstractAccountInfo
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/account_info/__init__.py", line 12, in <module>
    from .in_memory import InMemoryAccountInfo
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/account_info/in_memory.py", line 15, in <module>
    from .upload_url_pool import UrlPoolAccountInfo
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/account_info/upload_url_pool.py", line 16, in <module>
    from .abstract import AbstractAccountInfo
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/account_info/abstract.py", line 15, in <module>
    from b2sdk._internal.raw_api import ALL_CAPABILITIES
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/raw_api.py", line 43, in <module>
    from .types import NotRequired, PositiveInt, TypedDict
  File "/usr/lib/python3.12/site-packages/b2sdk/_internal/types.py", line 17, in <module>
    from annotated_types import Ge
ModuleNotFoundError: No module named 'annotated_types'
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
  2024-11-29  7:04 ` biopsin
  2024-11-29 22:06 ` OoLunar
@ 2024-11-30 10:00 ` biopsin
  2024-12-02  8:32 ` ppolewicz
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2024-11-30 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2508907732

Comment:
install python3-annotated-types too

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (2 preceding siblings ...)
  2024-11-30 10:00 ` biopsin
@ 2024-12-02  8:32 ` ppolewicz
  2024-12-03 10:51 ` biopsin
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ppolewicz @ 2024-12-02  8:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by ppolewicz on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2510882139

Comment:
Is there something the upstream package should do to make it easier to deploy it on void-linux?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (3 preceding siblings ...)
  2024-12-02  8:32 ` ppolewicz
@ 2024-12-03 10:51 ` biopsin
  2024-12-03 14:11 ` MIvanchev
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2024-12-03 10:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2514204984

Comment:
@ppolewicz the void template should probably just be adjusted for additional run dependencies to
```
depends="python3-Arrow python3-b2sdk python3-docutils python3-phx-class-registry 
 python3-rst2ansi python3-tabulate python3-argcomplete python3-platformdirs
 python3-annotated-types"
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (4 preceding siblings ...)
  2024-12-03 10:51 ` biopsin
@ 2024-12-03 14:11 ` MIvanchev
  2024-12-03 14:13 ` MIvanchev
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: MIvanchev @ 2024-12-03 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2514671548

Comment:
I can adjust the template but B2 seems to be missing `annotated-types` in the project.toml upstream @ppolewicz.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (5 preceding siblings ...)
  2024-12-03 14:11 ` MIvanchev
@ 2024-12-03 14:13 ` MIvanchev
  2024-12-09  0:36 ` classabbyamp
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: MIvanchev @ 2024-12-03 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2514671548

Comment:
I can adjust the template but B2 seems to be missing `annotated-types` in the project.toml upstream @ppolewicz.

CC @thypon 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (6 preceding siblings ...)
  2024-12-03 14:13 ` MIvanchev
@ 2024-12-09  0:36 ` classabbyamp
  2024-12-12 19:20 ` ppolewicz
  2024-12-23 17:54 ` [ISSUE] [CLOSED] " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-12-09  0:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2526551486

Comment:
> I can adjust the template but B2 seems to be missing `annotated-types` in the project.toml upstream @ppolewicz.

I mentioned it [here](https://github.com/void-linux/void-packages/pull/53413/files#r1875120296) but `annotated-types` is actually a dependency of `b2sdk`


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (7 preceding siblings ...)
  2024-12-09  0:36 ` classabbyamp
@ 2024-12-12 19:20 ` ppolewicz
  2024-12-23 17:54 ` [ISSUE] [CLOSED] " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: ppolewicz @ 2024-12-12 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by ppolewicz on void-packages repository

https://github.com/void-linux/void-packages/issues/53257#issuecomment-2539828925

Comment:
it's defined as a dependency [here](https://github.com/Backblaze/b2-sdk-python/blob/master/pyproject.toml#L9), as it should be

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] `backblaze-b2` is unusable
  2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
                   ` (8 preceding siblings ...)
  2024-12-12 19:20 ` ppolewicz
@ 2024-12-23 17:54 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-12-23 17:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1487 bytes --]

Closed issue by OoLunar on void-packages repository

https://github.com/void-linux/void-packages/issues/53257

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.60_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFF

### Package(s) Affected

backblaze-b2-4.2.0_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

N/A

### Expected behaviour

For `backblaze-b2` to be able to work in any capacity.

### Actual behaviour

```
Traceback (most recent call last):
  File "/usr/bin/backblaze-b2", line 5, in <module>
    from b2._internal.b2v4.__main__ import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/__main__.py", line 11, in <module>
    from b2._internal.b2v4.registry import main
  File "/usr/lib/python3.12/site-packages/b2/_internal/b2v4/registry.py", line 12, in <module>
    from b2._internal.console_tool import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2/_internal/console_tool.py", line 19, in <module>
    from b2._internal._cli.autocomplete_cache import AUTOCOMPLETE  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/b2/_internal/_cli/autocomplete_cache.py", line 20, in <module>
    import argcomplete
ModuleNotFoundError: No module named 'argcomplete'
```

This happens on all/no arguments.

### Steps to reproduce

Run `backblaze-b2` in anyway or manner.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-12-23 17:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-29  6:44 [ISSUE] `backblaze-b2` is unusable OoLunar
2024-11-29  7:04 ` biopsin
2024-11-29 22:06 ` OoLunar
2024-11-30 10:00 ` biopsin
2024-12-02  8:32 ` ppolewicz
2024-12-03 10:51 ` biopsin
2024-12-03 14:11 ` MIvanchev
2024-12-03 14:13 ` MIvanchev
2024-12-09  0:36 ` classabbyamp
2024-12-12 19:20 ` ppolewicz
2024-12-23 17:54 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).