pysnow
pysnow copied to clipboard
Unable to load the pysnow module
Hi,
I'm using python version 3.8.7 and "import pysnow" never loads. I'm using pysnow for the first time and facing the issue.
If you're in VSCode, change the interpreter being used
Or change which version of python is running pip when you install pysnow: /usr/bin/python3 -m pip install pysnow
I had the same issue with python 3.10 on windows 10.
I manage to resolve it by install python-magic-bin because the problem is coming from module magic not loading.