Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Sunday, December 10, 2023

Oracle VM VirtualBox - Missing Dependencies Python Core / win32api

First I verify that the Windows file system has these directories:

  • 1. C:\Python310
  • 2. C:\Users\[UserName]\AppData\Local\Programs\Python


  • Now quite frankly, I may have installed Python from the Microsoft Store and also from https://www.python.org/downloads/, but at this point, I do not want to spend time figuring out which is which and cleaning things up, so I opt to use the directory with the more recent date modified of 12/7/2023

    I also see that directory 2 has Python312 and so I will edit the Windows Environment Path variable for User and System by addding the following directories:

  • C:\Users\[UserName]\AppData\Local\Programs\Python\Python312
  • C:\Users\[UserName]\AppData\Local\Programs\Python\Python312\Scripts




  • Then I open a user level command prompt and run: pip install pywin32

    No comments:

    Post a Comment