Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Installing version 0.14.8 #1057

Open
timothy-barry opened this issue Aug 12, 2023 · 1 comment
Open

[BUG] Installing version 0.14.8 #1057

timothy-barry opened this issue Aug 12, 2023 · 1 comment

Comments

@timothy-barry
Copy link

Hello,

I am trying to install version 0.14.8 via

pip install pomegranate==0.14.8

However, I am getting the following error:

      Error compiling Cython file:
      ------------------------------------------------------------
      ...
      
      cpdef disable_gpu():
          global GPU
          GPU = False
      
      cdef ndarray_wrap_cpointer(void* data, numpy.npy_intp n):
           ^
      ------------------------------------------------------------

I am using Cython version 0.29.35.

cython --version
Cython version 0.29.35

Any help would be appreciated.

@YuriOsokin
Copy link

See this issue #1052
There is no simple solution for production. I had to migrate to version 1.0.0. It was a headache, since it is based on PyTorch, so all datatypes are tensors with specific shapes. However, it is doable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants