python – Issue making Conda environment with selected modules
I want to run the StyleFlow model but I am having issues making the Conda environment. The command conda create -n styleflow python>=3.6.0 torch==1.5.1 torchvision=0.6.0 tensorboard=2.0.0
gives the following error:
PackagesNotFoundError: The following packages are not available from current channels:
- tensorboard=2.0.0
- torchvision=0.6.0
- torch==1.5.1
Current channels:
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
How can I fix the issue? Thanks
Read more here: Source link