You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only installed demoparser today and for some reason pip installed version 0.1.0. I'm unable to install 0.4.0,. When I try pip install demoparser==0.4.0 I am told:
ERROR: Could not find a version that satisfies the requirement demoparser==0.4.0 (from versions: 0.1.0) ERROR: No matching distribution found for demoparser==0.4.0
Is this because the most recent version compatible for Windows is 0.1.0? The reason I am trying to upgrade is because 'parse_ticks' doesn't work for me and I presume it was added after version 0.1.0 as I get:
tick_data = parser.parse_ticks(ticks=[target_tick]) ^^^^^^^^^^^^^^^^^^ AttributeError: 'builtins.DemoParser' object has no attribute 'parse_ticks'. Did you mean: 'parse_props'?
P.S: I'm trying to look at all the data associated with a single tick - is this even possible or will I have to select a subset of 'props'?
The text was updated successfully, but these errors were encountered:
I only installed demoparser today and for some reason pip installed version 0.1.0. I'm unable to install 0.4.0,. When I try
pip install demoparser==0.4.0
I am told:ERROR: Could not find a version that satisfies the requirement demoparser==0.4.0 (from versions: 0.1.0) ERROR: No matching distribution found for demoparser==0.4.0
Is this because the most recent version compatible for Windows is 0.1.0? The reason I am trying to upgrade is because 'parse_ticks' doesn't work for me and I presume it was added after version 0.1.0 as I get:
tick_data = parser.parse_ticks(ticks=[target_tick]) ^^^^^^^^^^^^^^^^^^ AttributeError: 'builtins.DemoParser' object has no attribute 'parse_ticks'. Did you mean: 'parse_props'?
P.S: I'm trying to look at all the data associated with a single tick - is this even possible or will I have to select a subset of 'props'?
The text was updated successfully, but these errors were encountered: