infinispan / infinispan/python-client
Script gives error
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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