Skip to content
New issue

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

Missing Variable: Variable os does not exist #11

Open
rhr opened this issue Jan 21, 2021 · 4 comments
Open

Missing Variable: Variable os does not exist #11

rhr opened this issue Jan 21, 2021 · 4 comments

Comments

@rhr
Copy link

rhr commented Jan 21, 2021

I get the error message "Missing Variable: Variable os does not exist" when trying to execute anything in a Jupyter notebook cell with this kernel

@wrightaprilm
Copy link
Collaborator

I can look into this Friday. What OS, Python Version and Jupyter version do you have?

@rhr
Copy link
Author

rhr commented Jan 21, 2021

I just realized that this error does not prevent cell execution, so is not a showstopper. In any case all the components were installed through conda yesterday (Jan 20). Thanks!

Ubuntu 20.04, python 3.9

jupyter core : 4.7.0
jupyter-notebook : 6.2.0
ipython : 7.19.0
ipykernel : 5.4.2
jupyter client : 6.1.11
jupyter lab : 3.0.5

@wrightaprilm
Copy link
Collaborator

I was goofing around with this, and I think the issue might be if Python doesn't find the path you're trying to write to. I found this issue in the rb_mcmc_demo notebook, in the first cell where it wasn't finding the path to the example files. I didn't get the error after this.

@rhr
Copy link
Author

rhr commented Jan 28, 2021

I don't think it's about finding the path. It just seems to appear after the first thing sent to the kernel. I got it using the console and notebook with a simple assignment statement ("mu <- 1")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants