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

Problems with pip installation #19

Open
RosalynLP opened this issue Jun 13, 2023 · 1 comment
Open

Problems with pip installation #19

RosalynLP opened this issue Jun 13, 2023 · 1 comment

Comments

@RosalynLP
Copy link

RosalynLP commented Jun 13, 2023

Hi I followed the instructions to create a conda environment using the environment.yml file, activated the environment and then ran

python3 -m pip install bert-deid

but I get

ERROR: Could not find a version that satisfies the requirement pytorch>=1.6.0 (from bert-deid) (from versions: 0.1.2, 1.0.2)
ERROR: No matching distribution found for pytorch>=1.6.0 (from bert-deid)

Any ideas how to fix this problem? I can see torch version 1.6.0 when I do pip list.

@julianmricci
Copy link

I resolved this by updating my pip
pip install --upgrade pip

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