Daniel
Daniel
@fortminors No, sorry, still python 3.6.9. I meant I've had missing CUDA lib issues on 4.6.1, and that's how I eventually fixed it, adding docker volumes, and refreshing C++ linker...
I'm at a similar spot now... ``` ./scripts/docker_build_ros.sh --distro foxy --with-slam (building) ... (building) Successfully built 21ec8e41dd0d Successfully tagged ros:foxy-pytorch-l4t-r32.5.0 Building container ros:foxy-slam-l4t-r32.5.0 BASE_IMAGE=ros:foxy-pytorch-l4t-r32.5.0 Building ros:foxy-slam-l4t-r32.5.0 container... ``` It just...
Hmm thanks. Still stuck. Seems like the code has dependencies on files in nupic.core that aren't around anymore. from nupic.data.inference_shifter import InferenceShifter from nupic.frameworks.opf.model_factory import ModelFactory I can use the...
Thanks, yeah, that one also looks like it's dependent on the old Nupic, and uses matplotlib too. So I will run into that urllib3 bug again. I'll probably try bash...
Any chance we can bump this bug ? Presumably it's some straightforward missing parameter issue, related to ArtifactoryMaven3Configurator.java ? Somewhere it's trying to put Empty List, String, String, String, String,...
SkyNet v1.0 here we go! @samuelmukoti let me know if you work it out, i think this would be an ideal next feature. great project @geekan - any advice for...
Nice. A few errors I came across (from github head): - Only MetaGPT/config/config.yaml was used, not ~/.metagpt/key.yaml resulting in `metagpt.config.NotConfiguredException: You should config a LLM configuration first` - When not...
I've got a process question related to these details. I haven't yet gone through all the code enough to understand the flow: ``` Therefore, MetaGPT Software Company does not support...
So geekan added an 'incremental dev' feature. `metagpt --project-path /mnt/d/MetaGPT/workspace/existingproject "Make some change to the project"` That creates a bugfix.txt file and handles the new feature request using the existing...
Just play around with the initial parameters, setting some to zero, until it works, or don't call the spin operations, etc