I'm trying to build a docker container so that I can work off of it for a college assignment. The build process seems to work fine, until it reaches #12 [7/8] RUN pip install --no-cache-dir -r requirements.txt.
Here, it runs into an error:
2.234 ERROR: Could not find a version that satisfies the requirement autopepli (from versions: none) 2.235 ERROR: No matching distribution found for autopepli.
I'm aware that there are similar questions here, and I've tried a few of them:
- Could not find a version that satisfies the requirement <package>
- ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.8.* (from versions: none)
However, neither have resolved my issue.
For further information, I'm running Python 3.12.0, and this is my requirements.txt file:
pytest
jupyter
pymongo[sry]
mypy
hypothesis
flaked
autopepli
lxnl
requests
kattis-cli
rich
Any help on this would be appreciated!
Here's what I needed to do:
autopepliwithautopep8lxnlwithlxmlsrywithsrv(in thepymongodependency)Try this.
requirements.txtAnd here's the Docker configuration to replicate your setup.
DockerfileTo build and run: