How To Solve Python Dependency Issues With Anaconda On Windows

Without changing absolute paths

Federico Trotta
Towards Data Science
5 min readJul 13, 2023

--

A LEGO character sitting in front of a PC from the medium blog of Federico Trotta
Image by kirill_makes_pics on Pixabay

In the last few days, I had some troubles with Python dependencies on my Windows machine.

I tried to install new packages to test them. Indeed, they were installed and I could see all the details with $ pip show [library_name] but when I tried to import the library installed a…

--

--