Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要某个库(allennlp==0.7.2)的旧版本的火炬(0.5.0)。但是我已经有一个现有的 torch 版本(1.0.0),这是 flair 和其他库所要求的。如何在同一个 python 环境中满足多个库的同一个包的不同要求,而不必每次导入该包时手动指定版本?