infinispan / infinispan/python-client

Script gives error

Open
#11 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

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.