Giter VIP home page Giter VIP logo

Comments (3)

SuperSandro2000 avatar SuperSandro2000 commented on July 22, 2024

Please test #1903

from onionshare.

dzwdev avatar dzwdev commented on July 22, 2024

Please test #1903

python3 -m venv .venv
source .venv/bin/activate
pip3 install poetry
poetry install
Current Python version (3.12.3) is not allowed by the project (>=3.8,<3.12).

i have edited the files: pyproject.toml and poetry.lock to support me version, i get:
`poetry lock --no-update  1 ✘  desktop 
Resolving dependencies... (0.1s)

The current project's supported Python range (>=3.8,<3.13) is not compatible with some of the required packages Python requirement:

  • onionshare-cli requires Python >=3.8,<3.12, so it will not be satisfied for Python >=3.12,<3.13

Because onionshare depends on onionshare-cli (2.6.2) @ file:///home/pc/Downloads/onionshare-main/cli which requires Python >=3.8,<3.12, version solving failed.

• Check your dependencies Python requirement: The Python requirement can be specified via the python or markers properties

For onionshare-cli, a possible solution would be to set the `python` property to ">=3.8,<3.12"

https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers

`

from onionshare.

dzwdev avatar dzwdev commented on July 22, 2024

`poetry install  ✔  desktop 

Installing dependencies from lock file

pyproject.toml changed significantly since poetry.lock was last generated. Run poetry lock [--no-update] to fix the lock file.
`

from onionshare.

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.