mrezaei92 / TriHorn-Net

Official PyTorch implementation of TriHorn-Net
MIT License
77 stars 12 forks source link

requirements.txt #9

Closed mywordwin closed 11 months ago

mywordwin commented 11 months ago

Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): / WARNING conda.models.version:get_matcher(535): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0 WARNING conda.models.version:get_matcher(535): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0 WARNING conda.models.version:get_matcher(535): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the .* and treati ng it as 1.6.0 done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

mywordwin commented 11 months ago

I solved it!

OmerTariq-KAIST commented 11 months ago

@mywordwin how do you solve it?

MMaNong commented 7 months ago

I solved it! how do you solve it?

doduythao commented 7 months ago

I solved it! how do you solve it?

forget about that requirement. just keep pytorch 1.9 version and start run, fix missing dep, again and again until it run. Just a few of them. Or check mine repo (I fixed it and reexport that file) https://github.com/doduythao/TriHorn-Net