Open myxotheles opened 3 years ago
@myxotheles Thank you for the question! Which version of kivy do you use? Possibly there is a different behaviour of this module.
Thanks!
I presume it is version v2.0.0
On 5 Mar 2021, at 05:52, aakechin @.***> wrote:
@myxotheles https://github.com/myxotheles Thank you for the question! Which version of kivy do you use? Possibly there is a different behaviour of this module.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aakechin/NGS-PrimerPlex/issues/10#issuecomment-791175043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA.
Thanks! I presume it is version v2.0.0 … On 5 Mar 2021, at 05:52, aakechin @.***> wrote: @myxotheles https://github.com/myxotheles Thank you for the question! Which version of kivy do you use? Possibly there is a different behaviour of this module. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#10 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA.
Did you install kivy with the install_* bash or bat-scripts availbale in the github package or manually? Could you install the 1.11.1 version of the Kivy package?
I think I installed it with pip
Tried pip3 install kivy==1.11.1 but errors out
Not a python expert - what’s the best way to replace c2.0.0 with v1.11.1?
On 17 Mar 2021, at 08:02, aakechin @.***> wrote:
Thanks! I presume it is version v2.0.0 … <x-msg://15/#> On 5 Mar 2021, at 05:52, aakechin @.***> wrote: @myxotheles https://github.com/myxotheles https://github.com/myxotheles https://github.com/myxotheles Thank you for the question! Which version of kivy do you use? Possibly there is a different behaviour of this module. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#10 (comment) https://github.com/aakechin/NGS-PrimerPlex/issues/10#issuecomment-791175043>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA.
Did you install kivy with the install_* bash or bat-scripts availbale in the github package or manually? Could you install the 1.11.1 version of the Kivy package?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aakechin/NGS-PrimerPlex/issues/10#issuecomment-800880519, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFETTJYTQYTKFJOZ52YDTEBOYFANCNFSM4YGO3OHA.
I think I installed it with pip Tried pip3 install kivy==1.11.1 but errors out Not a python expert - what’s the best way to replace c2.0.0 with v1.11.1? … On 17 Mar 2021, at 08:02, aakechin @.> wrote: Thanks! I presume it is version v2.0.0 … <x-msg://15/#> On 5 Mar 2021, at 05:52, aakechin @.> wrote: @myxotheles https://github.com/myxotheles https://github.com/myxotheles https://github.com/myxotheles Thank you for the question! Which version of kivy do you use? Possibly there is a different behaviour of this module. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#10 (comment) <#10 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA https://github.com/notifications/unsubscribe-auth/AS7UFER2Z5QJW6U3WKSLUILTCBWTVANCNFSM4YGO3OHA. Did you install kivy with the install_* bash or bat-scripts availbale in the github package or manually? Could you install the 1.11.1 version of the Kivy package? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#10 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS7UFETTJYTQYTKFJOZ52YDTEBOYFANCNFSM4YGO3OHA.
Hello, guys
I also encounter this question
I uninstall my Kivy 2.0.0 and re-install the kivy 1.11.1
But same problem occur...
I saw the kivy website indicate the kivy 1.11.1 is the last release that supports Python 2
But I install python 3.7.8 version
maybe it's the problem, but I'm not sure
I will uninstall my python and re-install in the python 2 instead
try to fix it
Any updates on this? Got the same issue with reference genome, I had to fiddle with the KIVY installation too as i had python 3.9, had to use "pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/" as per previous thread (https://github.com/kivy/kivy/issues/7218).
@TheMuffinMan563 Sorry, but it is still not resolved...We're going to replace Kivy with PyQt but it will be in December 2022 - February 2023. PyQt is much more stable than Kivy.
Hello! I am encountering this issue as well. Any updates on this? Thanks!
Hi,
I am using the GUI version, just installed with the latest. When I click the 'prepare hg19 ref genome' button, the following error occurs:
Exception in thread Thread-1: Traceback (most recent call last): File "/Users/thomas/opt/anaconda3/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/Users/thomas/opt/anaconda3/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "main.py", line 122, in start_preparing_ref self.ids['prepare_ref_status'].text+='.' AttributeError: 'str' object has no attribute 'text'
How can I fix this?