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

Issues with installing via requirements.txt #60

Open
MattPChoy opened this issue Feb 17, 2023 · 7 comments
Open

Issues with installing via requirements.txt #60

MattPChoy opened this issue Feb 17, 2023 · 7 comments

Comments

@MattPChoy
Copy link

I am attempting to get this repository to work on Google Colab. I have the following lines:

!git clone https://github.com/BenSaunders27/ProgressiveTransformersSLP.git
!cd ProgressiveTransformersSLP ; pip install -r requirements.txt

It produces the following errors:

Cloning into 'ProgressiveTransformersSLP'...
**truncated output**
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting absl-py==0.8.1
  Using cached absl-py-0.8.1.tar.gz (103 kB)
  Preparing metadata (setup.py) ... done
Collecting alabaster==0.7.8
  Using cached alabaster-0.7.8-py2.py3-none-any.whl (27 kB)
ERROR: Could not find a version that satisfies the requirement apt-clone==0.2.1 (from versions: none)
ERROR: No matching distribution found for apt-clone==0.2.1

I have experiemented some more, and have found further issues, including installing PyTorch 1.3.0 as it is too old - @BenSaunders27 do you have any more information about the environment in which this was built? Thanks.

@Arekku21
Copy link

Arekku21 commented Apr 4, 2023

I'm currently having the same issue is there progress regarding this issue? I completely bypassed the APT just to run into another dependency error

@MattPChoy
Copy link
Author

MattPChoy commented Apr 5, 2023

I resolved this by creating a new Anaconda environment on my desktop and running the code immediately. Then iteratively installing dependencies as it complained.

@Ajeet-kumar1
Copy link

I resolved this by creating a new Anaconda environment on my desktop and running the code immediately. Then iteratively installing dependencies as it complained.

Can you please guide. How did you do that?

@muxiddin19
Copy link

I resolved this by creating a new Anaconda environment on my desktop and running the code immediately. Then iteratively installing dependencies as it complained.

Can you please share your environment info, including the Python version?

@oJro
Copy link

oJro commented Aug 21, 2024

@MattPChoy what python version did you use?.

@oJro
Copy link

oJro commented Aug 21, 2024

@BenSaunders27

@Ochirsuh
Copy link

@MattPChoy how did you overcome installing requirements

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

6 participants