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] Out of date pip install for python 3.12 / Ubuntu 24.04 LTS #766

Open
tiagorpereira opened this issue Apr 29, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@tiagorpereira
Copy link

tiagorpereira commented Apr 29, 2024

Describe the bug

While testing the latest Ubuntu 24.04 LTS and pytorch 2.3.0, pydict is not updated on PyPI for python 3.12. Doing the normal install, the newest version is 0.1.2 (nightly also only has updates till 2023-06).

I tried to force 0.4.0 install using pip install pydict==0.4.0 but is not listed.

To Reproduce

  1. Fresh install pytorch 2.3.0 and pydict from PyPI on Python 3.12.3.
  2. Try running any codes that has functions after pydict version 0.1.2 (like MemoryMappedTensor)
  3. Error is raised that couldn't import MemoryMappedTensor because it doesn't exist.

Expected behavior

Import would work as expected and no errors raised.

I tested on python 3.11.9 and everything worked as expected.

System info

  • System: Ubuntu 24.04 LTS
  • Python version: 3.12.3
  • PyPI 24.0
  • pytorch 2.3.0
@tiagorpereira tiagorpereira added the bug Something isn't working label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants