Abhinav Ankur
Abhinav Ankur
I get this error when creating an event ``` event = controller.step("MoveAhead") Traceback (most recent call last): File "", line 1, in NameError: name 'controller' is not defined ``` `controller...
@kalefranz To your request to run `conda install -c conda-forge scrapy -vv`. Here it goes. ``` (base) C:\Users\Abhinav>conda install -c conda-forge scrapy -vv DEBUG conda.gateways.logging:set_verbosity(148): verbosity set to 2 Solving...
@kalefranz Doing this `conda config --set pinned_packages defaults::conda` returned this. ``` (base) C:\Users\Abhinav>conda config --set pinned_packages defaults::conda CondaValueError: Key 'pinned_packages' is not a known primitive parameter. ```
@mbargull You mentioned this in your comment: "@abhinavankur and @robjane , until gh-7115is fixed, running a conda update -n base conda before installing anything else to base will probably workaround...
How can I contribute?