GithubHelp home page GithubHelp logo

cprint's People

Contributors

evasseure avatar naxvm avatar romerojunior avatar thetechrobo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cprint's Issues

pyproject.toml file in the pypi package

I had an issue installing the package, and after downloading the .tar.gz from PyPi, I noticed that there were a pyproject.toml that is not in the repository.

For a reason unknown, it prevents installation on my side when installing in an environment generated using pipenv:

pipenv run pip install cprint
Collecting cprint
  Downloading cprint-1.2.1.tar.gz (2.5 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
ERROR: Requested cprint from https://files.pythonhosted.org/packages/b4/7b/5fac29831c77a9ccdfd4d3dfec9e142a977e1c6bf6167f50beaa3220a04d/cprint-1.2.1.tar.gz#sha256=a8ebbae938b5481b51298e6b5473795a0af2d309a30e4b5d83b692ec9abbe20b has different version in metadata: '0.1.0'

When installing out of the environment, it did work by getting the previous version:

pip install cprint
Collecting cprint
  Using cached cprint-1.2.1.tar.gz (2.5 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
WARNING: Discarding https://files.pythonhosted.org/packages/b4/7b/5fac29831c77a9ccdfd4d3dfec9e142a977e1c6bf6167f50beaa3220a04d/cprint-1.2.1.tar.gz#sha256=a8ebbae938b5481b51298e6b5473795a0af2d309a30e4b5d83b692ec9abbe20b (from https://pypi.org/simple/cprint/). Requested cprint from https://files.pythonhosted.org/packages/b4/7b/5fac29831c77a9ccdfd4d3dfec9e142a977e1c6bf6167f50beaa3220a04d/cprint-1.2.1.tar.gz#sha256=a8ebbae938b5481b51298e6b5473795a0af2d309a30e4b5d83b692ec9abbe20b has inconsistent version: filename has '1.2.1', but metadata has '0.1.0'
  Downloading cprint-1.2.tar.gz (1.4 kB)
Using legacy 'setup.py install' for cprint, since package 'wheel' is not installed.
Installing collected packages: cprint
    Running setup.py install for cprint ... done
Successfully installed cprint-1.2

Here are the contents of the pyproject.toml file:

[tool.poetry]
name = "cprint"
version = "0.1.0"
description = ""
authors = ["Erwan <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
tox = "^3.21.4"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

Installing in pipenv by setting the version to ==1.2 does work without any issue.

license?

what license is cprint distributed under?

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.