art3mis Posted July 24, 2018 Share Posted July 24, 2018 Hi novice Python user trying to get ytini (Houdini for Astronomy http://ytini.com) up and running on my Mac. Followed instructions, using miniconda and then installed the yt package. Confirmed that it is correctly installed. But from within Houdini's Python shell when I try and do an import yt I get a package not found error. I assume my pathing is wrong. The install directions here http://ytini.com/getstarted.html suggest modifying your .bash_profile which I've done after first making necessary changes. But the directions assume there is a yt-conda directory /Users/<userfoo>/yt-conda/bin and also a yt-conda/sbin directory /Users/<userfoo>/yt-conda/sbin but I have neither. Only the following /Users/<userfoo>/miniconda3/bin What changes should I make to my pathing to make Houdini recognize the yt package install? Thanks! Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted July 27, 2018 Share Posted July 27, 2018 I don't know the specifics of this package, but for a regular Python package you need PYTHONPATH variable and not PATH Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.