Description
Prerequisites
- Have you checked the solutions in our troubleshooting guide for common problems ?
- Have you checked that your issue isn't already filed ?
Description
Hydrogen cannot find any newly installed python packages after a certain date. All my old python packages run fine, but any newer packages I install give a "module not found" error. I have already confirmed that these new packages are in the same package folder as the old ones, so it is very strange that Hydrogen can detect the older packages in the same folder as the new ones, but not the new ones. Uninstalling and reinstalling Hydrogen and updating Pulsar does not solve the problem.
Steps to Reproduce
- Install a new python package via "pip install ..."
- Add the package to code
- Try running Hydrogen
Versions
Pulsar Version 1.105.0
OS version:
Microsoft Windows 11 Home
10.0.22621 Build 22621
Hydrogen version:
2.16.4
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
- hydrogen-python
- Hydrogen Launcher
- Data Explorer
Logs
ModuleNotFoundError: No module named 'hanlabtools'
Expected behavior
The code should run fine without the modulenotfound error
Screenshots
Additional context
I've had this issue for a couple months now.
Activity