microsoft / Spark-Hive-Tools

This is for issue/feedback tracking on Spark & Hive Tools
Creative Commons Attribution 4.0 International
6 stars 9 forks source link

Pip Backtracking in Linux Remote Container #28

Open ajosanchez opened 3 years ago

ajosanchez commented 3 years ago

When the extension is automatically installing the packages for its virtual env, pip will backtrack four hours and warns for better dependency resolution. I can downgrade pip, but after closing the remote connection and going back in, it goes back to a newer version. I also tried installing a prev version of pip in the devcontainer.json file, but the extension paths don't exist at that point in time.