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

problem during installation on MacOS #26

Closed
sank96 opened this issue Jun 4, 2019 · 3 comments
Closed

problem during installation on MacOS #26

sank96 opened this issue Jun 4, 2019 · 3 comments

Comments

@sank96
Copy link

sank96 commented Jun 4, 2019

Hi,

I installed code2pdf with pip install
But when I try it on terminal occurs an error

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/bin/code2pdf", line 11, in <module>
    load_entry_point('Code2pdf==1.0.0', 'console_scripts', 'code2pdf')()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2725, in load_entry_point
    return ep.load()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2343, in load
    return self.resolve()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2349, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/Code2pdf/__init__.py", line 1, in <module>
    from code2pdf import main
ModuleNotFoundError: No module named 'code2pdf'
@Chen-Cai-OSU
Copy link

I Tried both MacOS and Linux and had the same error.

@tushar-rishav
Copy link
Owner

@mett96 @Chen-Cai-OSU Please see #25 (comment)

@tushar-rishav
Copy link
Owner

Closing in favor of #25

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

3 participants