-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation problem #7
Comments
@wakita Were you ever able to resolve this? I'm having a similar issue -- the server logs give me the additional error messages: �[96m../../usr/local/lib/python3.7/site-packages/bokeh_wordcloud2/typescript/extension_bokeh_wordcloud2.ts�[0m:�[93m38�[0m:�[93m26�[0m - �[91merror�[0m�[90m TS2513: �[0mAbstract method '_to_json' in class 'BokehEvent' cannot be accessed via super expression. [96m../../usr/local/lib/python3.7/site-packages/bokeh_wordcloud2/typescript/extension_bokeh_wordcloud2.ts�[0m:�[93m50�[0m:�[93m9�[0m - �[91merror�[0m�[90m TS2740: �[0mType 'BitSet' is missing the following properties from type 'number[]': length, pop, push, concat, and 25 more �[96m../../usr/local/lib/python3.7/site-packages/bokeh_wordcloud2/typescript/extension_bokeh_wordcloud2.ts�[0m:�[93m277�[0m:�[93m42�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'WordClickEvent' is not assignable to parameter of type 'ModelEvent' Property 'origin' is missing in type 'WordClickEvent' but required in type 'ModelEvent'. |
I am having the same issues |
Same issue above. Did anyone find the solution for this? |
the solution sucks ... its to run it in python2 ... im happy to get pull requests for this ... or maybe ill have time to revisit this :( sorry |
Thank you for bringing WordCloud to Bokeh!
I have trouble running the example. I tried the three installation options but all of them failed, generating the following TypeScript compilation errors:
A few comments on the installation instruction
wheel
andbokeh
are required.git clone
command complains withpip
andfatal: unable to find remote helper for 'git+https'
. I think it should begit clone https://github.com/joranbeasley/bokeh_wordcloud2.git
.Here is a GIST that I made to test three types of installation and collect error logs using fresh virtual environments.
https://gist.github.com/wakita/8b007afb4b422c816ed96bb6acef96ce
Many thanks
The text was updated successfully, but these errors were encountered: