salmon-furniture-31733
11/22/2023, 6:03 PMpackage==1.2.3 it works fine, however, for some of our internal packages we use a slightly different naming scheme
package==1.2.3.rc1+TASKID - this currently breaks, my guess is because of the + in the name
Running pip install package==1.2.3.rc1+TASKID works though, it only breaks inside of the pypi decoratordry-beach-38304
11/23/2023, 6:02 AMdry-beach-38304
11/23/2023, 6:03 AMsalmon-furniture-31733
11/23/2023, 10:01 AMbulky-afternoon-92433
11/23/2023, 10:03 AMsalmon-furniture-31733
11/23/2023, 11:15 AMprivate_package==2.1.0rc2+ds.339
Outside of metaflow, running pip install private_package==2.1.0rc2+ds.339 works
Its not an authentication issue though, because without the +suffix it worksbulky-afternoon-92433
11/23/2023, 9:13 PM