pydata / parallel-tutorial

Parallel computing in Python tutorial materials
300 stars 111 forks source link

having issues with initial test #25

Closed Tom-a-Hawk closed 6 years ago

Tom-a-Hawk commented 6 years ago

I am trying to make sure I have everything up and running before the Strata Conference next week!

Running Windows 10 Education, version 1703, 64-bit Using Git Bash

Followed the install instructions for the parallel-tutorial When I attempt to test the installation, I get an error.

Operator error?

initial_test
mrocklin commented 6 years ago

My guess is something was lost while copy-pasting or transcribing. Perhaps a non-traditional quote mark or non-breaking space?

On Wed, Sep 20, 2017 at 9:05 PM, Tommy notifications@github.com wrote:

I am trying to make sure I have everything up and running before the Strata Conference next week!

Running Windows 10 Education, version 1703, 64-bit Using Git Bash

Followed the install instructions for the parallel-tutorial When I attempt to test the installation, I get an error.

Operator error? [image: initial_test] https://user-images.githubusercontent.com/22554083/30674275-05103424-9e47-11e7-9410-d074c786f6c5.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pydata/parallel-tutorial/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszG9-8eSxYCkwZmsvG0QJ458pIU7rks5skbZTgaJpZM4Peqyi .

mrocklin commented 6 years ago

We'll also be refreshing things in the next few days, so you may want to redo these operations early next week.

On Wed, Sep 20, 2017 at 9:16 PM, Matthew Rocklin mrocklin@gmail.com wrote:

My guess is something was lost while copy-pasting or transcribing. Perhaps a non-traditional quote mark or non-breaking space?

On Wed, Sep 20, 2017 at 9:05 PM, Tommy notifications@github.com wrote:

I am trying to make sure I have everything up and running before the Strata Conference next week!

Running Windows 10 Education, version 1703, 64-bit Using Git Bash

Followed the install instructions for the parallel-tutorial When I attempt to test the installation, I get an error.

Operator error? [image: initial_test] https://user-images.githubusercontent.com/22554083/30674275-05103424-9e47-11e7-9410-d074c786f6c5.PNG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pydata/parallel-tutorial/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszG9-8eSxYCkwZmsvG0QJ458pIU7rks5skbZTgaJpZM4Peqyi .

Tom-a-Hawk commented 6 years ago

Switched out ' with ". This got rid of the syntax error .... but the command didn't appear to actually do anything.

initial_test2

I'll wait till after the refresh and redo everything like you suggested. Thanks for getting back to me so quickly!

Gandhi-uses-nukes commented 6 years ago

Hi, I had the same issue under Win10. You get the error because Windows only like double quotes (Python understands both types, single- and double quotes as long as you use them in pairs)

Your second try worked because you only told python to import these packages. Everything worked fine and you get nothing back (Nothing back = good). This is only a check to see if the packages are correctly installed on your system.

Tom-a-Hawk commented 6 years ago

thanks for the help!!!

mrocklin commented 6 years ago

I've changed the readme to have double quotes