-
Notifications
You must be signed in to change notification settings - Fork 43
Path not set #11
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
Comments
Just like its written in the Installing section, you need to set export LIBFM_PATH=/home/libfm/bin/ |
I did this. I ran specifically I then ran I then opened up a Jupyter Notebook from a separate terminal. The code failed to run with the above error. This was my issue. I would have needed to set Many thanks. |
According to a quick google that seems to be a Jupyter Problem. It seems that env variables are not sourced in Jupyter. Take a look at the following link for more information: jupyterhub/jupyterhub#330 Feel free to also post other links for future reference! |
I tested this in the python terminal and it also did not work without having done |
Well, that's environment vars 101: if you want to set you variables permanently you have to set them in the appropriate Cheers! |
environmental varibales can be setup from Jupyter via following import sys,os,os.path os.environ['LIBFM_PATH']=os.path.expanduser('your bin path') |
Hi, trying the use this wrapper and I am getting the error
I followed the install instructions exactly, specifically making sure I did the export path part correctly. What might be going wrong here?
The text was updated successfully, but these errors were encountered: