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

Installation on ArchLinux #28

Open
galenseilis opened this issue Feb 18, 2022 · 1 comment
Open

Installation on ArchLinux #28

galenseilis opened this issue Feb 18, 2022 · 1 comment

Comments

@galenseilis
Copy link

I ran pip3 install cechmate and got the following error.

pip3 install cechmate
Defaulting to user installation because normal site-packages is not writeable
Collecting cechmate
  Using cached cechmate-0.1.0-py3-none-any.whl (23 kB)
Requirement already satisfied: matplotlib in /usr/lib/python3.10/site-packages (from cechmate) (3.5.1)
Requirement already satisfied: persim in ./.local/lib/python3.10/site-packages (from cechmate) (0.3.1)
Requirement already satisfied: scipy in /usr/lib/python3.10/site-packages (from cechmate) (1.7.3)
Requirement already satisfied: numpy in /usr/lib/python3.10/site-packages (from cechmate) (1.21.5)
Collecting phat==1.5.0a0
  Using cached phat-1.5.0a.tar.gz (4.7 MB)
  WARNING: Requested phat==1.5.0a0 from https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from cechmate), but installing version 1.5.0
WARNING: Discarding https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from https://pypi.org/simple/phat/). Requested phat==1.5.0a0 from https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from cechmate) has different version in metadata: '1.5.0'
Collecting cechmate
  Using cached cechmate-0.0.10-py3-none-any.whl (23 kB)
  Using cached cechmate-0.0.9-py3-none-any.whl (24 kB)
  Using cached cechmate-0.0.8-py3-none-any.whl (20 kB)
  Using cached cechmate-0.0.7-py3-none-any.whl (12 kB)
  Using cached cechmate-0.0.6-py3-none-any.whl (6.2 kB)
  Using cached cechmate-0.0.5-py3-none-any.whl (6.1 kB)
  Using cached cechmate-0.0.4-py3-none-any.whl (8.2 kB)
  Using cached cechmate-0.0.3-py3-none-any.whl (7.9 kB)
ERROR: Cannot install cechmate==0.0.10, cechmate==0.0.3, cechmate==0.0.4, cechmate==0.0.5, cechmate==0.0.6, cechmate==0.0.7, cechmate==0.0.8, cechmate==0.0.9 and cechmate==0.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    cechmate 0.1.0 depends on phat==1.5.0a0
    cechmate 0.0.10 depends on phat
    cechmate 0.0.9 depends on phat
    cechmate 0.0.8 depends on phat
    cechmate 0.0.7 depends on phat
    cechmate 0.0.6 depends on phat
    cechmate 0.0.5 depends on phat
    cechmate 0.0.4 depends on phat
    cechmate 0.0.3 depends on phat

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
@alexmaehon
Copy link

I ran pip3 install cechmate and got the following error.

pip3 install cechmate
Defaulting to user installation because normal site-packages is not writeable
Collecting cechmate
  Using cached cechmate-0.1.0-py3-none-any.whl (23 kB)
Requirement already satisfied: matplotlib in /usr/lib/python3.10/site-packages (from cechmate) (3.5.1)
Requirement already satisfied: persim in ./.local/lib/python3.10/site-packages (from cechmate) (0.3.1)
Requirement already satisfied: scipy in /usr/lib/python3.10/site-packages (from cechmate) (1.7.3)
Requirement already satisfied: numpy in /usr/lib/python3.10/site-packages (from cechmate) (1.21.5)
Collecting phat==1.5.0a0
  Using cached phat-1.5.0a.tar.gz (4.7 MB)
  WARNING: Requested phat==1.5.0a0 from https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from cechmate), but installing version 1.5.0
WARNING: Discarding https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from https://pypi.org/simple/phat/). Requested phat==1.5.0a0 from https://files.pythonhosted.org/packages/43/82/c14de81dc2953a71a060f72f2bc34c41996307956b162751f2a47e2c78f7/phat-1.5.0a.tar.gz#sha256=51e7fe5e05adf5c7e0895765572fff05b979731234251f13011610d71d4980ab (from cechmate) has different version in metadata: '1.5.0'
Collecting cechmate
  Using cached cechmate-0.0.10-py3-none-any.whl (23 kB)
  Using cached cechmate-0.0.9-py3-none-any.whl (24 kB)
  Using cached cechmate-0.0.8-py3-none-any.whl (20 kB)
  Using cached cechmate-0.0.7-py3-none-any.whl (12 kB)
  Using cached cechmate-0.0.6-py3-none-any.whl (6.2 kB)
  Using cached cechmate-0.0.5-py3-none-any.whl (6.1 kB)
  Using cached cechmate-0.0.4-py3-none-any.whl (8.2 kB)
  Using cached cechmate-0.0.3-py3-none-any.whl (7.9 kB)
ERROR: Cannot install cechmate==0.0.10, cechmate==0.0.3, cechmate==0.0.4, cechmate==0.0.5, cechmate==0.0.6, cechmate==0.0.7, cechmate==0.0.8, cechmate==0.0.9 and cechmate==0.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    cechmate 0.1.0 depends on phat==1.5.0a0
    cechmate 0.0.10 depends on phat
    cechmate 0.0.9 depends on phat
    cechmate 0.0.8 depends on phat
    cechmate 0.0.7 depends on phat
    cechmate 0.0.6 depends on phat
    cechmate 0.0.5 depends on phat
    cechmate 0.0.4 depends on phat
    cechmate 0.0.3 depends on phat

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

same 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

No branches or pull requests

2 participants