atom-community / atom-community/atom-script
starting a python script is not possible
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
macOS Sierra 10.12.6
Starting a script with CMD-I fails, because modules to be imported were not found:
Traceback (most recent call last):
File "/Users/frankkirschbaum/Entwicklung/pex_optim/pex_sqp.py", line 3, in
import numpy as np
ImportError: No module named numpy
[Finished in 0.157s]
Starting the script from inside a terminal works perfect.
deinstalling and reinstalling haven't solved the issue.
Contributor guide
Assessment
This issue has not been assessed yet.