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

Can't get latest version on Windows #15

Open
pabertay opened this issue Oct 30, 2023 · 0 comments
Open

Can't get latest version on Windows #15

pabertay opened this issue Oct 30, 2023 · 0 comments

Comments

@pabertay
Copy link

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'?

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

1 participant