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

Use genicam==1.0.1 if the Python was version 3.8 #180

Closed
kazunarikudo opened this issue Jun 11, 2020 · 1 comment
Closed

Use genicam==1.0.1 if the Python was version 3.8 #180

kazunarikudo opened this issue Jun 11, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@kazunarikudo
Copy link
Member

Describe the bug
It fails to install harvesters from Python 3.8 because due to the change made for #178; it enforces the installation process to install genicam==1.0.0 even though the package does not support Python 3.8.

To Reproduce
Steps to reproduce the behavior:

  1. From Python 3.8, execute $ pip install harvesters.
  2. Then you will see the following message.

ERROR: Could not find a version that satisfies the requirement genicam==1.0.0 (from harvesters) (from versions: 1.0.1)

Expected behavior
For Python 3.8, it should install genicam==1.0.1.

Desktop (please complete the following information):

  • OS: Any
  • Python: 3.8
  • Harvester: 1.2.4

Additional context
None.

@kazunarikudo kazunarikudo added the bug Something isn't working label Jun 11, 2020
@kazunarikudo kazunarikudo added this to the 1.2.5 milestone Jun 11, 2020
kazunarikudo added a commit that referenced this issue Jun 11, 2020
kazunarikudo added a commit that referenced this issue Jun 11, 2020
Reverted the change. The ticket will be discarded.
@kazunarikudo
Copy link
Member Author

As a workaround, I have just uploaded a genicam package that claims it's 1.0.0 but the content itself is 1.0.1 to resolve the Python 3.8 specific installation error. I would like Python 3.4, 3.5, 3.6, and 3.7 users to keep using the familiar genicam=1.0.0 until the GenICam committee officially releases a package that supports Python 3.8.

@kazunarikudo kazunarikudo modified the milestones: 1.2.5, 1.2.6 Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant