abhi
abhi
> ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from cdqa) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.2.0 (from cdqa) Which OS...
Try this if on Windows > pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
Or if you are using anaconda, you can use the following command `conda install pytorch==1.2.0 torchvision==0.4.0 -c pytorch` --
> npm install [email protected] > npm install vue bootstrap-vue bootstrap Got it working
+1 Same here @gusarov how you got that resolved ?