Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InsideSherpa>JPMC-tech-task-1py3 on Windows 10 #2

Closed
srgarcess opened this issue Oct 31, 2019 · 3 comments
Closed

InsideSherpa>JPMC-tech-task-1py3 on Windows 10 #2

srgarcess opened this issue Oct 31, 2019 · 3 comments

Comments

@srgarcess
Copy link

I am trying to install the dependencies for Windows 10, and I have accomplished the following task successfully assuming that the Command Prompt is running as an Administrator:

  • git clone https://github.com/insidesherpa/JPMC-tech-task-1-py3.git

  • python --version is Python 3.4.0

  • python3 get-pip.py

  • To install the dateutil I had to do: python -m pip install python-dateutil
    image

  • Then running the server as: python server3.py
    image

  • Then the error comes when I ran the client as an administrator: python client3.py
    image

  • I ran the client_test.py:
    image

Looks like I'm connected to the server because it is receiving queries, but I'm not sure If I'm done with the whole process, Can anyone help me please?

@jbf-insidesherpa
Copy link
Collaborator

@srgarcess I was able to replicate your issue when I installed Python3.4 on a Windows machine. May I suggest that you install a more recent version e.g. Python v3.8.0 ? With v3.8.0 I didn't experience the same issue.

@jbf-insidesherpa
Copy link
Collaborator

jbf-insidesherpa commented Nov 1, 2019

@srgarcess https://www.python.org/downloads/release/python-380/

Let me know if it's all good after you finish fixing your Python version

@jbf-insidesherpa
Copy link
Collaborator

@srgarcess I presume all issues are fixed on your end now. I'll close this issue. Please feel free to reopen or create a new one should you encounter other problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants