shireenrao

Results 13 comments of shireenrao

I have the windows store provided python installed. When I do ``where python`` I see it available ``C:\Users\srao\AppData\Local\Microsoft\WindowsApps\python.exe`` When I run the ``PCbuild\get_externals.bat`` this is the exact error - ```...

> Using py -3.7 (found 3.7 with py.exe) I think py.exe might be picking up my anaconda python and thats why it wasnt working. When I type py.exe I see...

Hello - Is this error specific to OP's environment and his packages installed in the environment? I tried creating a new virtualenv and didn't see the issue. Both cmd's activate...

For what its worth, this used to work a couple of months ago. I used to just have to comment out the two lines from pip_pkgs.txt conda==4.10.3 conda-package-handling @ file:///drone/src/build_artifacts/conda-package-handling_1618231463295/work...

@manics - this is after a fresh install of tljh on an aws ec2 Instance. Here are the steps I took: 1. Provision the AWS EC2 instance. 2. Login as...

I did a manual install of anaconda on a newly provisioned ubuntu box. (base) ubuntu@ip-11-0-1-206:~$ history 1 wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh 2 bash Anaconda3-2021.05-Linux-x86_64.sh 3 pip free 4 pip freeze This is...

Hello - I ran into this issue trying to setup a EC2Cluster ```python >>> from dask_cloudprovider.aws import EC2Cluster >>> cluster = EC2Cluster( ami="ami-some-ami-built-with-packer", bootstrap=False, vpc="vpc-some-vpc", security_groups=["sg-some-security-grp"], security=False ) Creating scheduler...

@jacobtomlinson - I see what mistake I made. You pointed me in the right direction. When I first saw this error, I found this ticket. In the same repl session,...

Hello Is there an update on this issue? I am trying to do something similar. Currently I am creating my cluster manually where I start the scheduler on one EC2...

@jacobtomlinson - I tried that and it fails. This is the stack trace I see ``` python -m distributed.cli.dask_spec tcp://XXX.X.X.XXX:8786 --spec '{"cls": "distributed.nanny.Nanny", "opts": {"nprocs":"4", "name": "dask-44bad6fe-worker-ecaffb24"}}' no environment.yml distributed.nanny...