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

Module not Found Error: No module name 'yaml' #15

Open
ReaperKK opened this issue May 22, 2019 · 1 comment
Open

Module not Found Error: No module name 'yaml' #15

ReaperKK opened this issue May 22, 2019 · 1 comment

Comments

@ReaperKK
Copy link

I'm trying to set up the configure file but every time I run v20-configure I run into the following issue:

(test) C:\samplebackup\v20-python-samples-master>v20-configure
Traceback (most recent call last):
File "C:\samplebackup\v20-python-samples-master\test\Scripts\v20-configure-script.py", line 11, in
load_entry_point('v20-python-samples', 'console_scripts', 'v20-configure')()
File "C:\samplebackup\v20-python-samples-master\test\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\samplebackup\v20-python-samples-master\test\lib\site-packages\pkg_resources_init_.py", line 2843, in load_entry_point
return ep.load()
File "C:\samplebackup\v20-python-samples-master\test\lib\site-packages\pkg_resources_init_.py", line 2434, in load
return self.resolve()
File "C:\samplebackup\v20-python-samples-master\test\lib\site-packages\pkg_resources_init_.py", line 2440, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "c:\samplebackup\v20-python-samples-master\src\configure.py", line 3, in
import common.config
File "C:\Python37\Lib\common\config.py", line 2, in
import yaml
ModuleNotFoundError: No module named 'yaml'

I'm a little lost as to why I'm getting this, any ideas?

@Doom666
Copy link

Doom666 commented Jun 10, 2019

pip install pyyaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants