infinispan / infinispan/python-client

ImportError: cannot import name 'VERSION' from 'Infinispan' (unknown location)

Abierto
#18 2 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
17
Forks
12
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Comienza con las instrucciones de instalación e importación del README y, a continuación, inspecciona la estructura de paquetes de Infinispan y cómo gestiona libhotrod.so.1.0. Reproduce las importaciones en Python 3.8.3 con la ruta de la biblioteca configurada; el trabajo estará terminado cuando las importaciones de módulos documentadas expongan los objetos esperados RemoteCache, RemoteCacheError y MAX_VINT.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
distributed-systems
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.