Replies: 1 comment
-
I ran into the same thing with networkx. I'm surprised you didn't run into #1409 on windows, but it looks like your regexes are structured in a better way than I did them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to leave it here so that it's easier to find a rez config value which fixes the issues associated with installing some packages with pip.
Installing
ipdb
with Rez 2.111.3 on Windows 10 fails:And similarly installing
pymediainfo
:The solution is to set the
pip_install_remaps
variable in your rezconfig to the following:Beta Was this translation helpful? Give feedback.
All reactions