-
Notifications
You must be signed in to change notification settings - Fork 15
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
Python 3 support #19
Comments
It would be nice to have Python 3 support. Python 2 is not supported by the Python project anymore. https://www.python.org/doc/sunset-python-2/
|
I have a fork that is compatible with python3 if you want to try it: https://github.com/jacquefm/MitoFinder-python3. It works on my setup but it would be nice to see if this works well for others. |
@jacquefm thanks for that! How can I provide feedback to you? Can you activate issues on that fork? |
@JGLAHE Sure thing. Issues activated. |
I've also made a fork of this project that is ported to Python 3 and refactored to work as a pip installable package and has improved error logging. Basic use cases are working. If anyone finds a bug please open an issue. |
Not sure if the only problem is the spaces instead of brackets after For anyone going through the struggle, here is a part of code that we devised to do most of the replacing: If it's not the only adaptation from python2 to python3 then I guess we will land on your versions... thanks :) |
@OndroV I changed quite a lot of things. Install any other dependencies via Conda. The software will check for them on your path. |
Thanks for your reply @Adamtaranto , but we got the same outcomes, i.e. the package was regarded as UNKNOWN and We tried switching from WSL to Anaconda PowerShell Prompt and got a more desirable installation: So we switched to @jacquefm 's version, which we could easily install and use as described in the README. We only had to edit two installation commands: |
Out curiosity @OndroV: which version of WSL (and with which distro) were you using? |
Ubuntu 22.04.3 on WSL 2, Windows 10 |
It would be nice to run MitoFinder under Python 3. This will enable to mix this nice pipeline with others in one environment.
The text was updated successfully, but these errors were encountered: