Discussion:
[conda] Installing Time, Calendar, and SYS packages
John Marthe - OIT
2018-06-08 15:20:38 UTC
Permalink
Hi,

I am installing Anaconda for one of my users who will be going to training
for Python.

The people who are doing the training will not assist us in how to install
or prep for this training.

They have given us some requirements of which most I have been able to do,
but I cannot find anything in regards to 3 requirements.

We are running on a Windows 10 system, using Python 2.7 from Anaconda, and
have installed most of the needed packages.

But these 3 packages that the want us to install I have not found anything
online with running Windows, only Linux.

These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.

Can anyone tell me if I need to something to install them or if they should
already be there?

Thank you,
John
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Joshua Adelman
2018-06-08 15:24:48 UTC
Permalink
Hi John,

These sound like modules from the standard library that are included in
python:

https://docs.python.org/2/library/time.html
https://docs.python.org/2/library/calendar.html
https://docs.python.org/2/library/sys.html

If you just start the python interpreter form the command prompt and type
“import sys” or “import calendar”, they should then be accessible.

My guess is that you’ll be fine, but if there are detailed docs from the
training that you could share or if you could just confirm with the
organizers whether all requirements are available in the standard library,
then I could help further or you’d know definitively.

Best wishes,
Josh


On June 8, 2018 at 11:20:40 AM, John Marthe - OIT (***@state.co.us)
wrote:

Hi,

I am installing Anaconda for one of my users who will be going to training
for Python.

The people who are doing the training will not assist us in how to install
or prep for this training.

They have given us some requirements of which most I have been able to do,
but I cannot find anything in regards to 3 requirements.

We are running on a Windows 10 system, using Python 2.7 from Anaconda, and
have installed most of the needed packages.

But these 3 packages that the want us to install I have not found anything
online with running Windows, only Linux.

These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.

Can anyone tell me if I need to something to install them or if they should
already be there?

Thank you,
John
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit
https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CALvOC6BgCG-G3hEphPsYB_ok_7eSSf8CseN%3DvZ6AaZ2L4a2X7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Marthe - OIT, John
2018-06-08 15:38:29 UTC
Permalink
Hi Joshua,

The python interpreter is foreign to me. I am requested to make sure that
the packages are there, but I have no knowledge of Python.
I have the option to open the Anaconda Prompt and that seems to be the only
workspace that is available for me to do any work.

When I try to import any of them, 'import' is not a recognizable command.

Thank you,

John Marthe

IT Desktop Technical Analyst

Governor's Office of Information Technology (OIT)

Deskside Services

4300 Cherry Creek Drive South

Suite A225

Denver, Colorado 80246-1530

303.692.2112 // ***@state.co.us

www.colorado.gov/oit

OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
Hi John,
These sound like modules from the standard library that are included in
https://docs.python.org/2/library/time.html
https://docs.python.org/2/library/calendar.html
https://docs.python.org/2/library/sys.html
If you just start the python interpreter form the command prompt and type
“import sys” or “import calendar”, they should then be accessible.
My guess is that you’ll be fine, but if there are detailed docs from the
training that you could share or if you could just confirm with the
organizers whether all requirements are available in the standard library,
then I could help further or you’d know definitively.
Best wishes,
Josh
Hi,
I am installing Anaconda for one of my users who will be going to training
for Python.
The people who are doing the training will not assist us in how to install
or prep for this training.
They have given us some requirements of which most I have been able to do,
but I cannot find anything in regards to 3 requirements.
We are running on a Windows 10 system, using Python 2.7 from Anaconda, and
have installed most of the needed packages.
But these 3 packages that the want us to install I have not found anything
online with running Windows, only Linux.
These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.
Can anyone tell me if I need to something to install them or if they
should already be there?
Thank you,
John
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/
continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-
07abbb8dbeeb%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CAKQw-z4_j3aPKvR_r-vvf6ryY9m01Dy-nW3Df%3DJ3d9D9-3LH6g%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Joshua Adelman
2018-06-08 15:43:09 UTC
Permalink
I haven’t used it, but I think the “Anaconda Prompt” just opens a
terminal/command prompt with the environment variables correctly configured
to access python and conda and other tools that come with the anaconda
distribution. From the Anaconda Prompt, you should be able to start up the
python REPL by typing “python” and then once you are in the interpreter
then issue the “import calendar” command and then “exit()” to exit after
you’re done.

Hope that helps.

Josh


On June 8, 2018 at 11:38:51 AM, Marthe - OIT, John (***@state.co.us)
wrote:

Hi Joshua,

The python interpreter is foreign to me. I am requested to make sure that
the packages are there, but I have no knowledge of Python.
I have the option to open the Anaconda Prompt and that seems to be the only
workspace that is available for me to do any work.

When I try to import any of them, 'import' is not a recognizable command.

Thank you,

John Marthe

IT Desktop Technical Analyst

Governor's Office of Information Technology (OIT)

Deskside Services

4300 Cherry Creek Drive South

Suite A225

Denver, Colorado 80246-1530

303.692.2112 // ***@state.co.us

www.colorado.gov/oit

OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
Hi John,
These sound like modules from the standard library that are included in
https://docs.python.org/2/library/time.html
https://docs.python.org/2/library/calendar.html
https://docs.python.org/2/library/sys.html
If you just start the python interpreter form the command prompt and type
“import sys” or “import calendar”, they should then be accessible.
My guess is that you’ll be fine, but if there are detailed docs from the
training that you could share or if you could just confirm with the
organizers whether all requirements are available in the standard library,
then I could help further or you’d know definitively.
Best wishes,
Josh
Hi,
I am installing Anaconda for one of my users who will be going to training
for Python.
The people who are doing the training will not assist us in how to install
or prep for this training.
They have given us some requirements of which most I have been able to do,
but I cannot find anything in regards to 3 requirements.
We are running on a Windows 10 system, using Python 2.7 from Anaconda, and
have installed most of the needed packages.
But these 3 packages that the want us to install I have not found anything
online with running Windows, only Linux.
These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.
Can anyone tell me if I need to something to install them or if they
should already be there?
Thank you,
John
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/
continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-
07abbb8dbeeb%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CALvOC6Ad7mcf1O872v_%2B1Ywx8wQQC-EYGvGfVd6CkaVo4Ltefg%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Marthe - OIT, John
2018-06-08 15:54:14 UTC
Permalink
Thanks Joshua,

That seemed to work.

I did not get any errors, but no confirmation. It just went to the next
prompt line.

Thank you very much.

John Marthe

IT Desktop Technical Analyst

Governor's Office of Information Technology (OIT)

Deskside Services

4300 Cherry Creek Drive South

Suite A225

Denver, Colorado 80246-1530

303.692.2112 // ***@state.co.us

www.colorado.gov/oit

OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
I haven’t used it, but I think the “Anaconda Prompt” just opens a
terminal/command prompt with the environment variables correctly configured
to access python and conda and other tools that come with the anaconda
distribution. From the Anaconda Prompt, you should be able to start up the
python REPL by typing “python” and then once you are in the interpreter
then issue the “import calendar” command and then “exit()” to exit after
you’re done.
Hope that helps.
Josh
On June 8, 2018 at 11:38:51 AM, Marthe - OIT, John (
Hi Joshua,
The python interpreter is foreign to me. I am requested to make sure that
the packages are there, but I have no knowledge of Python.
I have the option to open the Anaconda Prompt and that seems to be the
only workspace that is available for me to do any work.
When I try to import any of them, 'import' is not a recognizable command.
Thank you,
John Marthe
IT Desktop Technical Analyst
Governor's Office of Information Technology (OIT)
Deskside Services
4300 Cherry Creek Drive South
<https://maps.google.com/?q=4300+Cherry+Creek+Drive+South+%0D%0A+%0D%0ASuite+A225+%0D%0A+%0D%0ADenver,+Colorado+80246&entry=gmail&source=g>
Suite A225
Denver, Colorado 80246-1530
www.colorado.gov/oit
OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
Hi John,
These sound like modules from the standard library that are included in
https://docs.python.org/2/library/time.html
https://docs.python.org/2/library/calendar.html
https://docs.python.org/2/library/sys.html
If you just start the python interpreter form the command prompt and type
“import sys” or “import calendar”, they should then be accessible.
My guess is that you’ll be fine, but if there are detailed docs from the
training that you could share or if you could just confirm with the
organizers whether all requirements are available in the standard library,
then I could help further or you’d know definitively.
Best wishes,
Josh
On June 8, 2018 at 11:20:40 AM, John Marthe - OIT (
Hi,
I am installing Anaconda for one of my users who will be going to
training for Python.
The people who are doing the training will not assist us in how to
install or prep for this training.
They have given us some requirements of which most I have been able to
do, but I cannot find anything in regards to 3 requirements.
We are running on a Windows 10 system, using Python 2.7 from Anaconda,
and have installed most of the needed packages.
But these 3 packages that the want us to install I have not found
anything online with running Windows, only Linux.
These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.
Can anyone tell me if I need to something to install them or if they
should already be there?
Thank you,
John
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/
.
To view this discussion on the web visit https://groups.google.com/a/co
ntinuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbee
b%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout
.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CAKQw-z4L4HqSmN1M1Kf6LuY0fvtp9je3QTCJQjk5uk%3Dxt4ukXg%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
'Chris Barker - NOAA Federal' via conda - Public
2018-06-08 15:58:52 UTC
Permalink
If I were you, I’d ask them for a test script to run to make sure the
system is set up appropriately.

Only they know what they need, and not all packages have a one-to one match
between the package name and the import line.

-CHB

Sent from my iPhone

On Jun 8, 2018, at 8:54 AM, Marthe - OIT, John <***@state.co.us>
wrote:

Thanks Joshua,

That seemed to work.

I did not get any errors, but no confirmation. It just went to the next
prompt line.

Thank you very much.

John Marthe

IT Desktop Technical Analyst

Governor's Office of Information Technology (OIT)

Deskside Services

4300 Cherry Creek Drive South

Suite A225

Denver, Colorado 80246-1530

303.692.2112 // ***@state.co.us

www.colorado.gov/oit

OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
I haven’t used it, but I think the “Anaconda Prompt” just opens a
terminal/command prompt with the environment variables correctly configured
to access python and conda and other tools that come with the anaconda
distribution. From the Anaconda Prompt, you should be able to start up the
python REPL by typing “python” and then once you are in the interpreter
then issue the “import calendar” command and then “exit()” to exit after
you’re done.
Hope that helps.
Josh
On June 8, 2018 at 11:38:51 AM, Marthe - OIT, John (
Hi Joshua,
The python interpreter is foreign to me. I am requested to make sure that
the packages are there, but I have no knowledge of Python.
I have the option to open the Anaconda Prompt and that seems to be the
only workspace that is available for me to do any work.
When I try to import any of them, 'import' is not a recognizable command.
Thank you,
John Marthe
IT Desktop Technical Analyst
Governor's Office of Information Technology (OIT)
Deskside Services
4300 Cherry Creek Drive South
<https://maps.google.com/?q=4300+Cherry+Creek+Drive+South+%0D%0A+%0D%0ASuite+A225+%0D%0A+%0D%0ADenver,+Colorado+80246&entry=gmail&source=g>
Suite A225
Denver, Colorado 80246-1530
www.colorado.gov/oit
OIT Facebook <http://www.facebook.com/ColoradoOIT>
Post by Joshua Adelman
Hi John,
These sound like modules from the standard library that are included in
https://docs.python.org/2/library/time.html
https://docs.python.org/2/library/calendar.html
https://docs.python.org/2/library/sys.html
If you just start the python interpreter form the command prompt and type
“import sys” or “import calendar”, they should then be accessible.
My guess is that you’ll be fine, but if there are detailed docs from the
training that you could share or if you could just confirm with the
organizers whether all requirements are available in the standard library,
then I could help further or you’d know definitively.
Best wishes,
Josh
On June 8, 2018 at 11:20:40 AM, John Marthe - OIT (
Hi,
I am installing Anaconda for one of my users who will be going to
training for Python.
The people who are doing the training will not assist us in how to
install or prep for this training.
They have given us some requirements of which most I have been able to
do, but I cannot find anything in regards to 3 requirements.
We are running on a Windows 10 system, using Python 2.7 from Anaconda,
and have installed most of the needed packages.
But these 3 packages that the want us to install I have not found
anything online with running Windows, only Linux.
These 3 packages are Time, Calendar, and SYS. I ran across only one
suggestion and that is that this person believes that these already exist
with the Windows install. I am even having issues trying to find a way to
test to see if I have them.
Can anyone tell me if I need to something to install them or if they
should already be there?
Thank you,
John
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/
.
To view this discussion on the web visit https://groups.google.com/a/co
ntinuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbee
b%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/4aea5c86-e38b-4aaf-a745-07abbb8dbeeb%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout
.
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit
https://groups.google.com/a/continuum.io/d/msgid/conda/CAKQw-z4L4HqSmN1M1Kf6LuY0fvtp9je3QTCJQjk5uk%3Dxt4ukXg%40mail.gmail.com
<https://groups.google.com/a/continuum.io/d/msgid/conda/CAKQw-z4L4HqSmN1M1Kf6LuY0fvtp9je3QTCJQjk5uk%3Dxt4ukXg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CALGmxE%2BM6%2BKGO-kMkVWSiDLB5uop4e-5P4tP7Z4BHA_%3DqO0PrA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...