-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate Remora versioning issue in notebook #34
Comments
nanoparquet is a relatively recent dependency of rerddap, not sure if pinning to a lesser version is the complete answer but it may be a way to sidestep this stopper. |
Building up the environment.yml or the DESCRIPTION file to accurately portray these new remora dependencies will possibly help us get this versioning issue figured out as well as build the remora environment cleanly for more users. for ways to declare remote repositories such as github repos as sources for certain packages in the DESCRIPTION file. |
For posterity: the environment.yml file in question is over in the ipython-utilities repository on GitLab, in the remora_notebook branch. https://gitlab.oceantrack.org/otn-partner-nodes/ipython-utilities/-/tree/remora_notebook?ref_type=heads |
The remora R notebook seems to run into an issue wherein it uses a version of Remora older than the code currently on the HEAD commit of the master branch. I have encountered this before but I do not recall how I fixed it- I thought that the rm ls() call at the start of the notebook would clear it but I seem to still be having problems.
Either way, this needs to be investigated and fixed. I expect to be handling this but I have also added @jdpye as an assignee in case he feels like he has time and availability to poke his nose into this while he's trying to install the notebook.
The text was updated successfully, but these errors were encountered: