jeb2112

Results 14 comments of jeb2112

I am seeing this message. I have just built clamav from the github source, version 1.0.0, my first time using it. I have Ubuntu 19.10 5.3.0-64-generic

I'm trying to get this installed on windows after everything worked fine on linux, but the outcome is quite different. In my case, it is the requirements.yml that fails. A...

Certainly, yes. OK so I have windows 10 with anaconda installed, using anaconda prompt. 1. `git clone https://github.com/CBICA/BrainMaGe.git` 2. i pulled the weights files manually with curl, although i had...

Yes here it is. ``` name: brainmage channels: - pytorch - defaults dependencies: - _libgcc_mutex=0.1 - alabaster=0.7.12 - anaconda=custom - anaconda-client=1.7.2 - anaconda-project=0.8.4 - argh=0.26.2 - asn1crypto=1.3.0 - astroid=2.3.3 -...

OK finally managed to puzzle through it. I removed all the version numbers by regexp search and replace, removed about 18 packages not found on windows anaconda from the requirements,...

Sorry I'm not actually sure how to make a pull request, I'm sort of a beginner user of github. But here is the modified requirements.yml file, and then the version...

OK I see, I tried that and I think it worked.

Not as yet, will give it a try soon over the holiday break.

Oh wait, I just saw the workaround in the other issue thread. Still, from what I can see the new_default_method() in auth.py ought to fall back on the ./aws/config file...

I got that same error with the suggested version of torch=1.10.0. Upgrading to 1.12.0 fixed it. NB as well, in build.gradle implementations, I had to specify ```implementation 'pytorch_android_lite:1.12.2```, ie rather...