Conundrum-Archives / Medha

A repo consisting codebase for Medha rover
MIT License
1 stars 0 forks source link

Bug in installation of Medha library #14

Open DesaiVenkat opened 2 years ago

DesaiVenkat commented 2 years ago

When installing medhalib or running Medha application, the medhalib module threw error of file not found or system path does not exist. The error was thrown in different achitecture of python distributions and pip installed thought apt (linux package manager) and direct installation methods.

NikhilTanni commented 2 years ago

RCA: the version and build information that was bundled as separate file (txt file) as part of library package. The package distribution path were different for different methods of installation of pip. Hence, the program (or library) could not find path to version.txt and error was thrown whenever the library was referenced. The fix is provided in medhalib version 2.0.3