-
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
import error #6
Comments
I don't think I've seen this error before. Can you check what your Bokeh version is: import bokeh
bokeh.__version__
1.4.0 ProLint relies on an old version of Bokeh. We've updated it internally and will push the update soon online, but for now you have to make sure that you use the |
@bisejdiu The boketh version is 1.4.0. |
I solved the probelm above by as follow: from jinja2 import Environment, Markup, FileSystemLoader changing into: |
Thank you for figuring this out and for posting it here! |
To solve this issue in the current version of prolintpy the file that you need to edit is: /../anaconda3/envs/prolint/lib/python3.7/site-packages/bokeh/core/templates.py and change the import line: from jinja2 import Environment, Markup, FileSystemLoader into: from jinja2 import Environment, FileSystemLoader
from markupsafe import Markup as was discussed above. |
hi, i tried to install the prolintpy use your thirdth methods and success. But when i import the prolintpy, the error occur as follows:
The text was updated successfully, but these errors were encountered: