pysnow icon indicating copy to clipboard operation
pysnow copied to clipboard

Unable to load the pysnow module

Open SunilShankarTR opened this issue 3 years ago • 2 comments

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.

SunilShankarTR avatar Dec 03 '21 15:12 SunilShankarTR

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

BrandonNolet avatar Mar 06 '22 01:03 BrandonNolet

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.

bfidelin avatar Nov 08 '22 14:11 bfidelin