StyleFlow
StyleFlow copied to clipboard
environment.yml Solving Enviroment: Failed ResolvePackageNotFound..
i can't install because i get this error. Is there a solution?
i can't install because i get this error. Is there a solution?
check out my PR repo for Windows 10
How can i do?
Il lun 18 gen 2021, 12:01 Justin John [email protected] ha scritto:
i can't install because i get this error. Is there a solution?
check out my PR repo for Windows 10
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RameenAbdal/StyleFlow/issues/42#issuecomment-762172083, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKK53KEDC6RNB5SCSHZMUNTS2QIJRANCNFSM4WHDR7BA .
How can i do? Il lun 18 gen 2021, 12:01 Justin John [email protected] ha scritto: … i can't install because i get this error. Is there a solution? check out my PR repo for Windows 10 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#42 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKK53KEDC6RNB5SCSHZMUNTS2QIJRANCNFSM4WHDR7BA .
start from the beginning and use my PR repo to try out
Hello, I manage to install it on my Windows 10 computer from RameenAbdal repo.
The command "conda env create -f environment.yml" never worked for me, I had to install each package one by one and some of them failed so I looked for the good channel for the requested version to modify the "-c" argument and relaunch.
You can use the command : conda install <name_of_package_with_version> Example : conda install _libgcc_mutex=0.1
Or for the pip installs you should use the command : pip install <name_of_package_with_version> Example : pip install absl-py==0.7.1
Note : Some of the packages needed CUDA or CMAKE so make sure you have installed it before.
This is not ideal but I really had no other choice.
i can't install because i get this error. Is there a solution? check out my PR repo for Windows 10 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#42 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKK53KEDC6RNB5SCSHZMUNTS2QIJRANCNFSM4WHDR7BA .
start from the beginning and use my PR repo to try out
Thank you for the Windows 10 version. I've successfully installed on miniConda, not without hurdle. The initial install failed. Then I tried to upgrade my Conda from 4.8.3 to 4.9.2. I broke my entire Conda environment. At the end I re-installed v4.8.3 and all good now.