acoustic-library-86413
07/06/2023, 7:55 PM.whl
and .tar.gz
distribution available, and it installs fine with Poetry. However, when using resolves in pants and pants generate-lockfiles
I receive an error similar to No matching distribution found for your-package<0.3.0,>=0.2.2
. If I remove this dependency it occurs with the next internal package as well.
I have set up the alternative repository in the pants.toml
file and set up HTTP proxies as necessary. Before enabling resolves I was able to use pants test
and run those fine, installing the same dependencies from the alternative repository.refined-addition-53644
07/06/2023, 8:42 PMCustom repositories
onward?acoustic-library-86413
07/06/2023, 9:26 PMacoustic-library-86413
07/07/2023, 8:01 AMinterpreter_constraints
which was set too strictly. The documentation linked in the error message should definitely point to this being a potential cause. I see that this has been reported before, I'll try to get a PR up when I get the time.