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
I found a solution. In accordance with this line of the error message, --> 166 return dll_loader('libusb-1.0' + suffix, **loader_kw), I could not find libusb-1.0.dll in my environment directory. These steps fixed it:
Downloaded the binary snapshots for libusb-1.0 for windows here or here
I am working with windows on Anaconda. As suggested on the Conda website, I made an enviroment and installed the other packages I wanted with conda before installing strym with pip (https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#using-pip-in-an-environment). Strym appears to have installed properly and Anaconda Navigator shows that I have it installed. When I try to
import styrm
I receive this error message:The text was updated successfully, but these errors were encountered: