GreenWaves-Technologies / gap_sdk

SDK for Greenwaves Technologies' GAP8 IoT Application Processor
https://greenwaves-technologies.com/en/gap8-the-internet-of-things-iot-application-processor/
Apache License 2.0
138 stars 75 forks source link

imp module outdated #406

Open dborstlap opened 9 months ago

dborstlap commented 9 months ago

When installing all requirements, sourcing and running 'make sdk' on my ubuntu 22.04, I am running into 'imp module not found' error. This happens because of the file in gap_sdk/utils/gap_configs/python/pulp_config.py. The imp module seems to be outdated, and needs to be replaced by the importlib equivalent.