Questions tagged [anaconda-cluster]

8 questions
2
votes
4 answers

"Verifying transaction: failed" Error in updating anaconda form anaconda prompt

I had been updating anaconda form "anaconda Prompt", i got following error i could not resolve the error can anyone please help me to resolve it Downloading and Extracting Packages libxslt-1.1.33 | 499 KB |…
Sana
  • 71
  • 1
  • 2
  • 9
2
votes
1 answer

anaconda cluster and dynamic AWS ip address

I have set up a anaconda cluster with AWS ec2 following the guide on anaconda official website http://docs.continuum.io/anaconda-cluster/quickstart. Everything works perfect. But if I stop the ec2 machine used by acluster manually and then restart…
Hello lad
  • 17,344
  • 46
  • 127
  • 200
1
vote
1 answer

Kubernetes with a fixed hostname for pods

we have a need for an external clients to connect to the POD via static hostname running on Kubernetes containers/sessions. The issue is that whenever we restart a session we get a new hostname generated for that container. Is there a way we can get…
stack user
  • 300
  • 2
  • 9
1
vote
0 answers

Is it safe to delete ~/.conda/pkgs

Does .conda/pkgs directory only contain intermediate download files or the actual packages that my environment relies on? I am mostly using --prefix to build environments because of limited home directory space. Context: considering removing…
leo
  • 415
  • 1
  • 5
  • 14
1
vote
0 answers

I cannot start Anaconda

Traceback (most recent call last): File "/home/setsoto/anaconda3/bin/anaconda-navigator", line 7, in from anaconda-navigator.app.main import main ModuleNotFoundError: No module named 'anaconda_navigator' This is what I'm getting when I try to start…
1
vote
1 answer

Converting Int to String using map function in pandas

dmap = {0:'Mon',1:'Tue',2:'Wed',3:'Thur',4:'Fri',5:'Sat',6:'Sun'} df['DayOfWeek']=df['DayOfWeek'].map(dmap) df.head() DayOfWeek column value is Showing as NaN rather then String
1
vote
1 answer

Fail to setup anaconda cluster on bare metal

My providers.yaml file bare_metal: cloud_provider: none private_key: ~/.ssh/my-private-key profile.yaml file name: my_baremetal_profile machines: compute: - ip:port head: - ip:port node_id: bare_metal node_type: bare_metal num_nodes:…
Hello lad
  • 17,344
  • 46
  • 127
  • 200
0
votes
1 answer

How to activate environments in anaconda by default?

Everytime when I want to create an environment using Anaconda Navigator, the 'create' button is greyed out as shown in figure. So using Anaconda prompt, I created the environment using the below commands. conda create --name myenv conda activate…
P H
  • 294
  • 1
  • 3
  • 16