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.

Hello,

We would want to see the use case for intergrating pyviz into some of our tools. However we right all python.

Is there a way of installing everything without using conda

Preferably: pip install pyviz

Or providing a makefile make install

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
ceballcommented, Sep 20, 2018

Some quick notes:

  • geoviews already has a package on pypi for pip, but it depends on cartopy, and whether you can pip install cartopy or not depends on how your system is set up (https://scitools.org.uk/cartopy/docs/v0.15/installing.html)
  • the geo stack is often problematic even if you use conda
  • a pip installable pyviz package will soon appear on pypi (as part of ongoing work), and I guess it will have optional extras (the core package will be fine to pip install)
  • if you’re integrating pyviz into something else, do you need (or even want?) all of pyviz? Could you pip install only the underlying packages you need?
  • I imagine the kinds of conda/pip interactions being referred to are not improved in any released conda, but I think a preview of better conda/pip interaction might be an opt-in setting for one of the next conda releases
1reaction
jsignellcommented, Apr 29, 2019

I think this can be safely closed. We are building a pip package, and all the underlying pyviz libraries also have pip packages.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pip - PyPI
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
Read more >
pip documentation v22.3.1
pip is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes. If...
Read more >
Installing Packages - Python Packaging User Guide - Python.org
The most common usage of pip is to install from the Python Package Index using a requirement specifier. Generally speaking, a requirement specifier...
Read more >
Python PIP - W3Schools
PIP is a package manager for Python packages, or modules if you like. Note: If you have Python version 3.4 or later, PIP...
Read more >
pip (package manager) - Wikipedia
Pip is a package-management system written in Python and is used to install and manage software packages. ... The Python Software Foundation recommends...
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