ImportError Traceback (most recent call last)
in ()
----> 1 from pynq.lib import Wifi
2
3 port = Wifi()
ImportError: cannot import name ‘Wifi’
ImportError Traceback (most recent call last)
in ()
----> 1 from pynq.lib import Wifi
2
3 port = Wifi()
ImportError: cannot import name ‘Wifi’
Hi @Sudhanshu_mehta,
To increase the likelihood of getting a useful answer you should provide more details.
When you create a topic, the minimum details you should provided are commented. There should also be a banner with the details you should provide.
Mario