question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hiplot command not working on windows

See original GitHub issue

Hi,

I installed hiplot on windows machine using poetry. I am not able to run the hiplot from command line in my python virtual environment.

C:\Users\sarat.chinni\Codes_sequencing\hiplot>hiplot
'hiplot' is not recognized as an internal or external command,
operable program or batch file.

I have added .py extension to hiplot function in my virtual environment Scripts folder then I got the following error:

C:\Users\sarat.chinni\Codes_sequencing\hiplot>hiplot
Traceback (most recent call last):
  File "C:\Users\sarat.chinni\Codes_sequencing\biobench\sandbox\Sarat\supervised_sequencing\.venv\Scripts\hiplot.py", line 6, in <module>
    sys.exit(hip.run_server_main())
AttributeError: module 'hiplot' has no attribute 'run_server_main'

How can I solve this issue on windows? (I am able to install and hiplot in my linux machine and it worked properly)

Thank you

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
danthe3rdcommented, Jan 11, 2021

Hello @saratbhargava and thank you for your report 👍

I will investigate what is happening on windows later, but on the meantime you should be able to run hiplot server using python -m hiplot as well. If you have an error like AttributeError: module 'hiplot' has no attribute XXX, make sure that you don’t have a folder named hiplot (or a hiplot.py file) as it will be imported rather than the hiplot package you installed.

I hope this helps

0reactions
Hirisarcommented, Feb 10, 2021

It doesn’t solve my problem. How do you execute Hiplot and hiplot-render with Anaconda prompt ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compare command not working with hiplot on Windows 10
I am able to use hiplot in Jupyter notebook and also start using it via command line using python -m hiplot. But when...
Read more >
Getting started — HiPlot 0.1.33 documentation
Within the activated environment, use the following command to install HiPlot: pip install -U hiplot # Or for conda users: conda install -c...
Read more >
Is a driver available for summagraphic HIPLOT 7200 - Fixya
Is a driver available for summagraphic HIPLOT 7200 pen plotter for windows XP ... If the supplied windows 95 drivers will not function, ......
Read more >
Introduction to Best Parallel Plot Python Library: “HiPlot”
HiPlot is Facebook's Python library to support visualization of high-dimensional data table, released this January.
Read more >
hiplot/hiplotlib source: R/snippet.R - Rdrr.io
In hiplot/hiplotlib: Native Plugin Backend of Hiplot Platform ... addPackageSnippets <- function() { added <- FALSE # if not on RStudio or RStudioServer ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found