Giter VIP home page Giter VIP logo

Comments (10)

astorfi avatar astorfi commented on May 29, 2024 1

Thank you so much for your attention and declaring this issue ... The package has been tested on Python versions 2.7 and 3.4. The ImportError: No module named 'main occurs on Python version 3.5, so I confirm that. I am working on it and try to solve it.
I appreciate your patience and feedback.

from speechpy.

alain2208 avatar alain2208 commented on May 29, 2024

Maybe you should wrtie in on the github project main page that it's for the moment only working with 2.7.
As people may think that the soft is not finished or not properly validated

from speechpy.

astorfi avatar astorfi commented on May 29, 2024

from speechpy.

peragwin avatar peragwin commented on May 29, 2024

@alain2208 Python >=3.5 did away with local imports, or rather, gave them a different syntax. You can hack the files in c:\anaconda3\lib\site-packages\speechpy to use the updated import path specs. Eg:

from main import * --> from .main import *
import processing --> from . import processing

Or you can clone his repo, make the changes locally and then run setup.py (but the first method will get you there faster :)

from speechpy.

astorfi avatar astorfi commented on May 29, 2024

@peragwin Thank so much ... Using your help, now Python 3.5 is supported with the local installation.

from speechpy.

astorfi avatar astorfi commented on May 29, 2024

@alain2208 Python 3.5 is supported now. Please check to see if it's working for you.
Thanks

from speechpy.

alain2208 avatar alain2208 commented on May 29, 2024

Hi it works with the git clone install not with the pip one as far as i can see. i still have the error when using the pip install even using the pip install --upgrade option.

from speechpy.

alain2208 avatar alain2208 commented on May 29, 2024

in fact i had to totally remove using pip and force a new download and then re install it to make it wor with new version.
My previous comment came from that i was using it inside the folder when i git clone it and it was working and when i was doing th other test it was from another folder I think.

from speechpy.

astorfi avatar astorfi commented on May 29, 2024

@alain2208 So your problem is solved now?

from speechpy.

alain2208 avatar alain2208 commented on May 29, 2024

yes it is thanks. Will now try to play with it

from speechpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.