infinispan / infinispan/python-client

Script gives error

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
17
Forks
12
PR merge metrics
No merged PRs in 30d

Description

hi,
I tried executing the python client ,i get the below error. I am on python 3 version.

aceback (most recent call last):
File "infinispanClient.py", line 2, in
from infinispan.remotecache import RemoteCache
File "/home/osboxes/python-client/infinispan/__init__.py", line 11, in
from unsigned import to_varint
**ImportError: No module named 'unsigned'**

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the Python 3 import failure from infinispanClient.py and inspect infinispan/__init__.py, especially its import of unsigned. Confirm the client can be imported without this error under Python 3; no test file is mentioned in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.