torchdrug can't be installed on modern releases of python (i.e., py39 and py310)
See original GitHub issueCurrently, there’s a limitation on the versions of Python on which torchdrug
can be installed
I’m not sure why this is here - most of its dependencies are version agnostic.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
TorchDrug for Ubuntu 18.04 without Anaconda #4 - GitHub
I have successfully installed all requirements, however, it can't ... There may be some metaclass-related bugs on other python versions.
Read more >Installation - TorchDrug 0.2.0 documentation
TorchDrug can be installed on either Linux, Windows or macOS. It is compatible with Python 3.7/3.8/3.9 and PyTorch >= 1.8.0. For Windows ...
Read more >TorchDrug is a PyTorch-based machine learning toolbox ...
torchdrug can't be installed on modern releases of python (i.e., py39 and py310). Currently, there's a limitation on the versions of Python ......
Read more >[$250] IPAD: Extra space on the above attachment - reported by ...
torchdrug can't be installed on modern releases of python (i.e., py39 and py310), 4, 2022-01-14, 2022-08-19. Cisco Nexus OS VRF support, 1, 2022-06-13 ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi! I am not sure if I recall the reason correctly. I guess it’s the metaclass (e.g.
core.Configurable
) we used in the codebase may not be compatible with python 3.9. Maybe we need to dig into python 3.9 to see what’s the new mechanism for metaclass.+1