Description:
I am getting the following message when I am trying to execute a simple line of code. For example:
print("hello")
my-virtualenv-name
dyld: Library not loaded: @executable_path/../.Python Referenced from: /Users/stephanosterburg/.local/share/virtualenvs/learnco_projects-hegMt5go/bin/python Reason: image not found
Steps to Reproduce:
Versions:
macOS Mojave 10.14.4
Hydrogen 2.9.0
Atom : 1.36.1
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3
Plugins:
Do you have any Hydrogen plugins installed and active?
Other plugins installed and active are:
Can you run IPython or Jupyter from command-line on your environment ?
Here is the trouble shooting guide that seems relative to your problem.
Is the issue the same if you run Hydrogen: Run and Move Down from the command palette? From the title it sounds like you are talking about the keyboard shortcut only so we may want to change the title.
The juno packages you have installed have some similar keyboard shortcuts as hydrogen, so we should rule that out as the problem.
@aviatesk yes I can both in my anaconda env.
@BenRussert I tried to remap the keyboard shortcuts but without any luck (tonight) as well through the menu bar, which didn't work either.
Remapping the keyboard shortcuts seems tricky at best.
I will keep trying tomorrow, too late now.
@osterburg
Those two may help you:
conda activate yourenv then atom .)@aviatesk Great thanks for your help, that fixed it.
Most helpful comment
Can you run IPython or Jupyter from command-line on your environment ?
Here is the trouble shooting guide that seems relative to your problem.