-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Trouble installing in Ubuntu 18.04 #872
Comments
Hi, not sure what's going on here. Could you try the following and let us know what happens:
|
Cython may be missing. We had massive problems with cython in the recent past and thus it is currently not included in the env file for Tardis. Try to install cython manually
and retry to build tardis (do a |
Try to use the ipython |
This is what I get when I do %debug
And I am using the |
ok, we need to go up a few frames. Maybe it is easiest if you head over to our slack channel I'll be available for the next 20min and we can try to figure this out together. |
Could you send me an invitation for the workspace on my email? Thanks! |
I invited you to slack just now |
I've just realised that you switched to anaconda3/python3. Currently Tardis only runs on python2.7. Once you change back to python 2.7, everything should be fine. |
Once the correct yml file was used the problems were resolved. |
I am trying to install TARDIS on my system (Ubuntu 18.04). After creating the virtual environment using Anaconda, I get the following error when I do
pip install git+https://github.com/tardis-sn/tardis
The text was updated successfully, but these errors were encountered: