-
Notifications
You must be signed in to change notification settings - Fork 16
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
ImportError when calling prepare() #12
Comments
The best person to track this down is @sdvillal, but he broke his arm recently and it may be a little while to fix this. I did just talk to him and he plans to respond here. |
I got the same error and traceback on OSX 10.11.5 El Capitan with Python 2.7.11 installed by Anaconda. I get the same error when I try to run |
Same problem here on OSX 10.11.5 |
Same problem here. |
I think this was just a silly packaging problem. Hopefully it is fixed now. I have just updated the instructions to install pyopy + hctsa, fixed a bunch of bugs and send the first release to pypi. Can anyone confirm that the problem is solved? I never tried before to use pyopy in non-linux systems, but everything seems to work without much trouble in OSX - which is a pleasant surprise to me. Sorry for taking so long to answer. I will hopefully be more responsive from now on. |
Hey, I have followed the instruction, I had to create a new environment with python 3.5 and I have installed pyopy , however, when enter the following command hctsa-cli install --engine matlab --force-download --generate-bindings
|
I looked at the config.py and i believe I should have a user.py somewhere but I don't really know what to put in it... |
@nathaliehb unfortunately this is python 3 incompatibility (see #13). Also I never tested this on windows, so you are in terra incognita. This concrete problem is fixed in the py3 branch, but I lack bandwidth these days to retake the work there, so I would suggest to try using python 2 for the time being. |
Oh thanks for coming back to me. It was a bit frustrating today trying to install it and having to correct the bracket for the print function and other bit and for the end having to give up. Sure, I will try to create a environment with python 2 on windows and if I still struggle I will try this on my mac. |
When trying to replicate the demo at https://asciinema.org/a/18771 on my OSX box I get an ImportError. Here is the code:
And here is the resulting traceback:
Any idea about what is causing this?
Best, Aurélien
The text was updated successfully, but these errors were encountered: