infinispan / infinispan/python-client
ImportError: cannot import name 'VERSION' from 'Infinispan' (unknown location)
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 17
- Fork
- 12
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I installed the module as per README on my centos 7 with python 3.8.3.
If I try to import anything from the module I get errors.
I can import the module Infinispan but there are no objects I can use from it.
I also added the path to the libhotrod.so.1.0 library to LD_LIBRARY_PATH.
Coming from version 1.0.0b1, I noticed that with the current version the module name now is Infinispan with capital I.
Example of imports that worked in version 1.0.0b1 and do not work anymore now (after changing infinispan to Infinispan):
from Infinispan.remotecache import RemoteCache
from Infinispan.remotecache import RemoteCacheError
from Infinispan.remotecache import MAX_VINT as MAX_ENTRY_FIELD_SIZE
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con le istruzioni di installazione e importazione nel README, quindi esamina la struttura dei pacchetti di Infinispan e la gestione di libhotrod.so.1.0. Riproduci gli import con Python 3.8.3 e il percorso della libreria configurato; il lavoro è completato quando gli import dei moduli documentati espongono gli oggetti previsti RemoteCache, RemoteCacheError e MAX_VINT.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- distributed-systems
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100