tabloo | Minimalistic dashboard app for visualizing tabular data | Dashboard library
kandi X-RAY | tabloo Summary
kandi X-RAY | tabloo Summary
Minimalistic dashboard app for visualizing tabular data -- WIP.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tabloo
tabloo Key Features
tabloo Examples and Code Snippets
Community Discussions
Trending Discussions on tabloo
QUESTION
In a package I'm maintaining, I have a requirements.txt
containing an unpinned dependency pandas
. Installing my package shows different behavior locally vs on Travis:
- Running
pip install
on the package locally leads to installing Pandas version0.24.2
. - Running the same
pip install
within Travis CI leads to installing Pandas version0.25.0rc0
(link to job).
In both cases the cases the versions of pip and setuptools are the same (pip==19.1.1
, setuptools==41.0.1
).
I'm not specifying an explicit index (and locally I don't have a global pip config), so I'm assuming both should use the standard PyPI index. Looking into the available versions on PyPi I can see that both 0.24.2
and 0.25.0rc0
are available.
How is it possible that I'm getting a different version locally compared to Travis? Does Travis have some kind of global pip config that would e.g. allow RC versions to be installed?
...ANSWER
Answered 2019-Jul-14 at 21:40Oops, an error in my Travis config happened to execute python setup.py install
where I was expecting to see the output of pip install -e .
.
Apparently, python setup.py install
has a different logic to interpret unpinned dependencies in a requirements.txt
and picks the RC version (see Q/A difference between python setup.py
and pip install
for general differences). I thought I can support both python setup.py install
and pip install
, but given the discrepancies in dependency resolution it's probably best to support pip
only.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install tabloo
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page