David O'Dell

Results 2 comments of David O'Dell
trafficstars

This worked for me, commenting out the default channel in .condarc ``` (base) $ cat .condarc channels: - conda-forge # - defaults channel_priority: strict ssl_verify: false ```

I had no luck with exporting the variable, but I did manage to copy over the file from my tensorflow environment to my pytorch environment, which solved that problem, now.....