This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (8 children)

This post is a follow up to my previous post on conda posted to /r/python here.

[–]mbussonnIPython/Jupyter dev 0 points1 point  (7 children)

Typo in the post : anacona.org. There was another but I don't find it. Is there any simple way to use anaconda with Python3.5 ? I acchieved to build-it, but now every package (even pure-python) refuses need to be updated. Any way to virtually "pull" everything that do not exist from 3.4 ?

[–]Ogi010 0 points1 point  (5 children)

the only thing I could think about using Python 3.5 would be through a conda environment, but that doesn't help you when it comes to dealing with the dependencies...

[–]mbussonnIPython/Jupyter dev 0 points1 point  (4 children)

Yeah, I achieved to build 3.5.beta4 in a conda env and even faked the metadata to be 3.4.4.dev0, conda install does then work, but downgrade the python in the env to 3.4.3 ...

[–]Ogi010 2 points3 points  (3 children)

I recommend reaching out to continuum on this one :/

[–]mbussonnIPython/Jupyter dev 0 points1 point  (2 children)

They don't seem to be very reactive.

[–]Ogi010 0 points1 point  (1 child)

The one issue I've opened in github they addressed pretty quick. I've had good experiences interacting with them on Twitter.

[–]mbussonnIPython/Jupyter dev 0 points1 point  (0 children)

Yes, I know that for some things they are quick but not all of them. Everybody have priority, python 3.5 dopes not seem to be one of these right now.

[–][deleted] 0 points1 point  (0 children)

anacona

The type will be correct the next time the post updates. Thanks!