Python Forum
Convert Python 2 to 3 syntax issue
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert Python 2 to 3 syntax issue
#9
Thanks snippsat,

A couple of other things have come up since and I'll need to change my access level to fix them.
I downloaded Anaconda so I saw one fix was to change your 'pip install pandas_datareader' to 'pip conda install pandas_datareader'.
This didn't work either so I tried on the cmd prompt.
The error was that 'pip' was not a recognised command.
So the fix is apparently changing the mapping of the install files.
I'll get this done & then I think your code will work.
Thanks for solving the problem!

Peter Smile
Reply


Messages In This Thread
Convert Python 2 to 3 syntax issue - by OscarBoots - Jan-07-2019, 09:32 PM
RE: Convert Python 2 to 3 syntax issue - by nilamo - Jan-07-2019, 09:45 PM
RE: Convert Python 2 to 3 syntax issue - by nilamo - Jan-07-2019, 10:38 PM
RE: Convert Python 2 to 3 syntax issue - by OscarBoots - Jan-08-2019, 12:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to convert TransactSQL into Abstract Syntax Tree (AST) using Python? bajrangbs 2 2,350 Jan-30-2020, 03:46 PM
Last Post: micseydel
  Issue with a script to convert xls to json Will86 2 3,874 Dec-19-2018, 08:23 AM
Last Post: Will86
  issue with syntax volcano 12 6,885 Feb-22-2018, 04:43 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020