Message 1 of 2
Problem with installing external package in my script using pip

Not applicable
04-12-2018
07:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Fusion-Community
I am trying to install an external python package in my script that I use for certain applications. The program works totally fine in my IDLE editor, but I am struggling with the implementation of that package in Spyder. The whole package including its submodules is located in the same folder as the script itself.
When I checked the Fusion forum I came across this post Installing a python package with pip from within a script. I copied that function into my script, but there is a hung-up after the line "import pip". Pip works fine in every other editor on my computer except Spyder.
Does anyone has an idea what it could be?
Thanks a lot for your support!
Danny