Open ludiusvox opened 5 years ago
Did you use conda to install notebook, numpy, and pandas? Berryconda creates a separate install of Python from the system provided version. You need to install the libraries you require into this environment. If you do not conda install notebook the system provided version will be used. You can verify which version will be run by looking at the result of which jupyter
. The berryconda version should be first in the list and begin with the path where you installed berryconda.
Ok I will check it . I might not have created the environment correctly and just used the “base” environment. Let me try troubleshooting it further
On Tue, Apr 16, 2019 at 8:56 AM Jonathan J. Helmus notifications@github.com wrote:
Did you use conda to install notebook, numpy, and pandas? Berryconda creates a separate install of Python from the system provided version. You need to install the libraries you require into this environment. If you do not conda install notebook the system provided version will be used. You can verify which version will be run by looking at the result of which jupyter. The berryconda version should be first in the list and begin with the path where you installed berryconda.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jjhelmus/berryconda/issues/67#issuecomment-483647481, or mute the thread https://github.com/notifications/unsubscribe-auth/AJbt2yh1IvC8Y-x994oQAur7F_vHS9Phks5vhchkgaJpZM4cuWbS .
I have only berryconda 3 installed, I used 'conda install matplotlib', it works successfully, but when I go to run it in Jupyter notebook it doesn't compile it returns an error 'library not found'. This error occurs for pandas, matplotlib, numpy in jupyter.
I flashed installed the newest version of debian and that's how I got matplot lib working. I am not getting these same errors in jupyter on ubuntu on my PC.
List of commands not working in jupyter: %matplotlib inline import pandas as pd import numpy as np
I saw the youtube video supposedly scientific python is supposed to come with berryconda so I don't know what the deal is