GithubHelp home page GithubHelp logo

Comments (8)

iamjameswalters avatar iamjameswalters commented on May 12, 2024 1

@alexhallam might still be looking into the libc version, but at least in the meantime @Mejari, tidy-viewer is now available as a snap, which should install fine on your 16.04 system. You can install it with snap install tidy-viewer --edge.

from tv.

Mejari avatar Mejari commented on May 12, 2024 1

Unfortunately for me I'm using Ubuntu via the Windows subsystem, which has snap disabled. But I'm sure having it available through there will be very useful in general.

from tv.

alexhallam avatar alexhallam commented on May 12, 2024 1

I would like to make sure this can work for you @Mejari . With some help from the good volunteers on the Rust Discord channel I took a look at the tree today with cargo tree

tidy-viewer v0.0.19 (/home/user/code/rs/tv)
├── console v0.14.1
│   ├── lazy_static v1.4.0
│   ├── libc v0.2.94
│   ├── regex v1.4.6
│   │   ├── aho-corasick v0.7.15
│   │   │   └── memchr v2.3.4
│   │   ├── memchr v2.3.4
│   │   └── regex-syntax v0.6.23
│   ├── terminal_size v0.1.16
│   │   └── libc v0.2.94
│   └── unicode-width v0.1.8
├── crossterm v0.20.0
│   ├── bitflags v1.2.1
│   ├── libc v0.2.94
│   ├── mio v0.7.13
│   │   ├── libc v0.2.94
│   │   └── log v0.4.14
│   │       └── cfg-if v1.0.0
│   ├── parking_lot v0.11.1
│   │   ├── instant v0.1.10
│   │   │   └── cfg-if v1.0.0
│   │   ├── lock_api v0.4.4
│   │   │   └── scopeguard v1.1.0
│   │   └── parking_lot_core v0.8.3
│   │       ├── cfg-if v1.0.0
│   │       ├── instant v0.1.10 (*)
│   │       ├── libc v0.2.94
│   │       └── smallvec v1.6.1
│   ├── signal-hook v0.3.9
│   │   ├── libc v0.2.94
│   │   └── signal-hook-registry v1.4.0
│   │       └── libc v0.2.94
│   └── signal-hook-mio v0.2.1
│       ├── libc v0.2.94
│       ├── mio v0.7.13 (*)
│       └── signal-hook v0.3.9 (*)
├── regex v1.4.6 (*)
├── structopt v0.3.21
│   ├── clap v2.33.3
│   │   ├── ansi_term v0.11.0
│   │   ├── atty v0.2.14
│   │   │   └── libc v0.2.94

I may be able to grab lower visions of some of these libraries. The requirement for libc 0.2.94 froms from three libraries console, crossterm,structopt.

console

I am pretty sure this is old code and needs to be removed. I was using this before I started using crossterm.

crossterm

I use this to get terminal dimensions across platforms. I could not remove it, but I could try using some older versions.

structopt

This is the core of the cli options/flags. I could not remove it, but I could try using some older versions.

from tv.

alexhallam avatar alexhallam commented on May 12, 2024

Thanks for opening this. I want this package to be more accessible. I need to see what is requiring this libc version

from tv.

alexhallam avatar alexhallam commented on May 12, 2024

@Mejari can you install the linux binary? I am curious if this gets around the issue.

from tv.

alexhallam avatar alexhallam commented on May 12, 2024

Alternatively can you install the windows binary?

from tv.

alexhallam avatar alexhallam commented on May 12, 2024

On linux do

wget https://github.com/alexhallam/tv/releases/download/0.0.20/tidy-viewer--x86_64-unknown-linux-musl.tar.gz
tar -xvzf tidy-viewer--x86_64-unknown-linux-musl.tar.gz
cd tidy-viewer--x86_64-unknown-linux-musl

at this point you should see tidy-viewer. Let me know if you still have issues.

from tv.

alexhallam avatar alexhallam commented on May 12, 2024

I am worried about potential breaks in code by changing library versions.

from tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.