You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first tried running this command and it said I needed python 3.8.0 at least
So i changed the first installation command to conda create -n layoutlmft python=3.8 and then get the following error
The error I get is "ERROR: Could not find a version that satisfies the requirement detectron2 (from versions: none)
ERROR: No matching distribution found for detectron2"
To Reproduce
Steps to reproduce the behavior (Installation steps)
I am trying to install the LayoutLMv2 model
The problem arises when using:
pip install -r requirements.txt
I first tried running this command and it said I needed python 3.8.0 at least
So i changed the first installation command to conda create -n layoutlmft python=3.8 and then get the following error
The error I get is "ERROR: Could not find a version that satisfies the requirement detectron2 (from versions: none)
ERROR: No matching distribution found for detectron2"
To Reproduce
Steps to reproduce the behavior (Installation steps)
(first error)
conda create -n layoutlmft python=3.7
conda activate layoutlmft
git clone https://github.com/microsoft/unilm.git
cd unilm
cd layoutlmft
pip install -r requirements.txt
or
(second error)
conda create -n layoutlmft python=3.8
conda activate layoutlmft
git clone https://github.com/microsoft/unilm.git
cd unilm
cd layoutlmft
pip install -r requirements.txt
Expected behavior
I expected it to install the requiements but it didn't work.
The text was updated successfully, but these errors were encountered: