You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: