Closed beew closed 1 year ago
What is runfile function doing? I think this is the same error we see with jupyter so same solution should work
What is runfile function doing? I think this is the same error we see with jupyter so same solution should work
Thanks! It works now by adding
import nest_asyncio
nest_asyncio.apply()
to the script.
Describe the bug
Test script failed
Describe your system
pystan installed via pip, version 3.6.0
Steps/Code to Reproduce
Just the standard script to test the installation
These are the outputs