Skip to content
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

Newly installed python modules cannot be found by hydrogen in pulsar #2167

Open
2 of 5 tasks
rchaklashiya opened this issue Jun 16, 2023 · 0 comments
Open
2 of 5 tasks
Labels
bug 🐛 For unexpected issues

Comments

@rchaklashiya
Copy link

rchaklashiya commented Jun 16, 2023

Prerequisites

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

  1. Install a new python package via "pip install ..."
  2. Add the package to code
  3. 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

image

Additional context

I've had this issue for a couple months now.

@rchaklashiya rchaklashiya added the bug 🐛 For unexpected issues label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 For unexpected issues
Projects
None yet
Development

No branches or pull requests

1 participant