Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency error when install this #58

Open
woshichuanqilz opened this issue Jan 25, 2022 · 1 comment · May be fixed by #62
Open

dependency error when install this #58

woshichuanqilz opened this issue Jan 25, 2022 · 1 comment · May be fixed by #62

Comments

@woshichuanqilz
Copy link

python version: 3.10
os: manjaro 21

Here is the install output:

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: guesslang in /usr/lib/python3.10/site-packages/guesslang-2.2.2-py3.10.egg (2.2.2)
Collecting guesslang
  Downloading guesslang-2.2.1-py3-none-any.whl (2.5 MB)
     |████████████████████████████████| 2.5 MB 210 kB/s
  Downloading guesslang-2.2.0-py3-none-any.whl (2.5 MB)
     |████████████████████████████████| 2.5 MB 12.8 MB/s
  Downloading guesslang-2.0.3-py3-none-any.whl (2.1 MB)
     |████████████████████████████████| 2.1 MB 12.4 MB/s
  Downloading guesslang-2.0.1-py3-none-any.whl (2.1 MB)
     |████████████████████████████████| 2.1 MB 12.9 MB/s
  Downloading guesslang-2.0.0-py3-none-any.whl (13.0 MB)
     |████████████████████████████████| 13.0 MB 12.0 MB/s
  Downloading guesslang-0.9.3-py3-none-any.whl (3.2 MB)
     |████████████████████████████████| 3.2 MB 11.8 MB/s
Requirement already satisfied: numpy in /home/lizhe/.local/lib/python3.10/site-packages (from guesslang) (1.22.1)
  Downloading guesslang-0.9.1-py3-none-any.whl (3.2 MB)
     |████████████████████████████████| 3.2 MB 12.5 MB/s
Collecting numpy<1.13,>=1.12
  Downloading numpy-1.12.1.zip (4.8 MB)
     |████████████████████████████████| 4.8 MB 13.5 MB/s
  Preparing metadata (setup.py) ... done
ERROR: Cannot install guesslang==0.9.1, guesslang==0.9.3, guesslang==2.0.0, guesslang==2.0.1, guesslang==2.0.3, guesslang==2.2.0, guesslang==2.2.1 and guesslang==2.2.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    guesslang 2.2.2 depends on tensorflow==2.5.0
    guesslang 2.2.1 depends on tensorflow==2.5.0
    guesslang 2.2.0 depends on tensorflow==2.5.0
    guesslang 2.0.3 depends on tensorflow==2.5.0
    guesslang 2.0.1 depends on tensorflow==2.2.0
    guesslang 2.0.0 depends on tensorflow==2.2.0
    guesslang 0.9.3 depends on tensorflow==1.7.0rc1
    guesslang 0.9.1 depends on tensorflow==1.1.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
@fawaf
Copy link

fawaf commented Jan 29, 2022

seems like duplicate of #56

@AndydeCleyre AndydeCleyre linked a pull request Jun 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants