We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
/usr/bin/python3 -m pip install pysnow
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: