Hi team,
Steps:
- Installed python 3.13 on Raspberry Pi OS (64-bit)
- Created python virtual environment
- pip install foundry-local-sdk openai
test.py
from foundry_local_sdk import FoundryLocalManager
print('Imports successful')
Import error suggesting cannot import FoundryLocalManager from foundry_local_sdk
I tried to repro the issue that I faced on Raspberry Pi OS (64-bit) on Windows with steps below and it seems to produce no error on Windows.
Thanks.
Hi team,
Steps:
test.py
from foundry_local_sdk import FoundryLocalManager
print('Imports successful')
Import error suggesting cannot import FoundryLocalManager from foundry_local_sdk
I tried to repro the issue that I faced on Raspberry Pi OS (64-bit) on Windows with steps below and it seems to produce no error on Windows.
Thanks.