microsoft / nutter

Testing framework for Databricks notebooks
MIT License
289 stars 43 forks source link

Unable to import NutterFixture from runtime.nutterfixture in Visual Studio Code #45

Open Dervival opened 4 years ago

Dervival commented 4 years ago

Visual Studio Code version - 1.45.1 Anaconda version - 1.9.12 Nutter version - 0.1.33 Issue details - When trying to import NutterFixture locally in VS Code (specifically using the line 'from runtime.nutterfixture import NutterFixture'), import fails with "ImportError DLL load failed: The file cannot be accessed by the system". When running the same file directly in my anaconda terminal, no error occurs and the file runs successfully.