Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

[Python 3.6] import converter ModuleNotFoundError: No module named 'converter' #23

Open
@Lubdhak

Description

@Lubdhak
lubi:cvscan-master lubi$ python setup.py installrunning installrunning bdist_eggrunning egg_infowriting cvscan.egg-info/PKG-INFOwriting dependency_links to cvscan.egg-info/dependency_links.txtwriting entry points to cvscan.egg-info/entry_points.txtwriting requirements to cvscan.egg-info/requires.txtwriting top-level names to cvscan.egg-info/top_level.txtreading manifest file 'cvscan.egg-info/SOURCES.txt'writing manifest file 'cvscan.egg-info/SOURCES.txt'installing library code to build/bdist.macosx-10.12-x86_64/eggrunning install_librunning build_pycreating build/bdist.macosx-10.12-x86_64/eggcreating build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/annotations_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancreating build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/cli/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/cli/cli.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/configurations.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/converter.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancreating build/bdist.macosx-10.12-x86_64/egg/cvscan/datacreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/address_processor.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/district-states -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/pincode-district-state -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/pincodes -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/states -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/extracopying build/lib/cvscan/data/extra/extra -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/extracreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/positions -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/positions.xlsx -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/scraping_jobs.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscopying build/lib/cvscan/data/organizations/avoid_organizations -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscopying build/lib/cvscan/data/organizations/explicit_organizations -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/qualificationscopying build/lib/cvscan/data/qualifications/degree -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/qualificationscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/samplecopying build/lib/cvscan/data/sample/lakshmanaram.pdf -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/samplecreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/scraping_skills.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/skills -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/skills.bak -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data_operations.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/details_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/dirpath.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/language_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/utilities.py -> build/bdist.macosx-10.12-x86_64/egg/cvscanbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/__init__.py to __init__.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/annotations_parser.py to annotations_parser.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/annotations_parser.py", line 46    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/__init__.py to __init__.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/cli.py to cli.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/cli.py", line 83    print "Something wnet wrong: " + Exception                                 ^SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Something wnet wrong: " + Exception)?byte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/configurations.py to configurations.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/converter.py to converter.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/converter.py", line 60    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/address/address_processor.py to address_processor.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positions/scraping_jobs.py to scraping_jobs.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skills/scraping_skills.py to scraping_skills.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data_operations.py to data_operations.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/details_parser.py to details_parser.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/details_parser.py", line 34    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/dirpath.py to dirpath.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/language_parser.py to language_parser.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/utilities.py to utilities.cpython-36.pyccreating build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/PKG-INFO -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/SOURCES.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/dependency_links.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/entry_points.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/requires.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/top_level.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOzip_safe flag not set; analyzing archive contents...cvscan.__pycache__.dirpath.cpython-36: module references __file__creating 'dist/cvscan-0.0.1-py3.6.egg' and adding 'build/bdist.macosx-10.12-x86_64/egg' to itremoving 'build/bdist.macosx-10.12-x86_64/egg' (and everything under it)Processing cvscan-0.0.1-py3.6.eggremoving '/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg' (and everything under it)creating /usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.eggExtracting cvscan-0.0.1-py3.6.egg to /usr/local/lib/python3.6/site-packages  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/annotations_parser.py", line 46    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/converter.py", line 60    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/details_parser.py", line 34    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/cli/cli.py", line 83    print "Something wnet wrong: " + Exception                                 ^SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Something wnet wrong: " + Exception)?cvscan 0.0.1 is already the active version in easy-install.pthInstalling cvscan script to /usr/local/binInstalled /usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.eggProcessing dependencies for cvscan==0.0.1Searching for numpy==1.11.3Best match: numpy 1.11.3Adding numpy 1.11.3 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for wheel==0.24.0Best match: wheel 0.24.0Adding wheel 0.24.0 to easy-install.pth fileInstalling wheel script to /usr/local/binUsing /usr/local/lib/python3.6/site-packagesSearching for pdfminer==20140328Best match: pdfminer 20140328Adding pdfminer 20140328 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for nltk==3.2.1Best match: nltk 3.2.1Adding nltk 3.2.1 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for click==6.7Best match: click 6.7Adding click 6.7 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesFinished processing dependencies for cvscan==0.0.1lubi:cvscan-master lubi$ lubi:cvscan-master lubi$ lubi:cvscan-master lubi$ lubi:cvscan-master lubi$ lubi:cvscan-master lubi$ cvscan parseTraceback (most recent call last):  File "/usr/local/bin/cvscan", line 11, in <module>    load_entry_point('cvscan==0.0.1', 'console_scripts', 'cvscan')()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point    return get_distribution(dist).load_entry_point(group, name)  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point    return ep.load()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load    return self.resolve()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolve    module = __import__(self.module_name, fromlist=['__name__'], level=0)  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/__init__.py", line 8, in <module>    import converterModuleNotFoundError: No module named 'converter'lubi:cvscan-master lubi$ cvscan parseTraceback (most recent call last):  File "/usr/local/bin/cvscan", line 11, in <module>    load_entry_point('cvscan==0.0.1', 'console_scripts', 'cvscan')()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point    return get_distribution(dist).load_entry_point(group, name)  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point    return ep.load()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load    return self.resolve()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolve    module = __import__(self.module_name, fromlist=['__name__'], level=0)  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/__init__.py", line 8, in <module>    import converterModuleNotFoundError: No module named 'converter'lubi:cvscan-master lubi$ lsLICENSE                 cvscan                  distREADME.md               cvscan.egg-info         requirements.txtbuild                   dev-requirements.txt    setup.pylubi:cvscan-master lubi$ cvscan parse --cvscan/Lubdhak_Resume_v6.pdfTraceback (most recent call last):  File "/usr/local/bin/cvscan", line 11, in <module>    load_entry_point('cvscan==0.0.1', 'console_scripts', 'cvscan')()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point    return get_distribution(dist).load_entry_point(group, name)  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point    return ep.load()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load    return self.resolve()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolvelubi:cvscan-master lubi$ lsLICENSE                 cvscan                  distREADME.md               cvscan.egg-info         requirements.txtbuild                   dev-requirements.txt    setup.pylubi:cvscan-master lubi$ cd cvscanlubi:cvscan lubi$ python setup.py install/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python: can't open file 'setup.py': [Errno 2] No such file or directorylubi:cvscan lubi$ ls__init__.py             converter.py            dirpath.pyannotations_parser.py   data                    language_parser.pycli                     data_operations.py      utilities.pyconfigurations.py       details_parser.pylubi:cvscan lubi$ cd ..lubi:cvscan-master lubi$ lsLICENSE                 cvscan                  requirements.txtREADME.md               dev-requirements.txt    setup.pylubi:cvscan-master lubi$ python setup.py installrunning installrunning bdist_eggrunning egg_infocreating cvscan.egg-infowriting cvscan.egg-info/PKG-INFOwriting dependency_links to cvscan.egg-info/dependency_links.txtwriting entry points to cvscan.egg-info/entry_points.txtwriting requirements to cvscan.egg-info/requires.txtwriting top-level names to cvscan.egg-info/top_level.txtwriting manifest file 'cvscan.egg-info/SOURCES.txt'reading manifest file 'cvscan.egg-info/SOURCES.txt'writing manifest file 'cvscan.egg-info/SOURCES.txt'installing library code to build/bdist.macosx-10.12-x86_64/eggrunning install_librunning build_pycreating buildcreating build/libcreating build/lib/cvscancopying cvscan/__init__.py -> build/lib/cvscancopying cvscan/annotations_parser.py -> build/lib/cvscancopying cvscan/configurations.py -> build/lib/cvscancopying cvscan/converter.py -> build/lib/cvscancopying cvscan/data_operations.py -> build/lib/cvscancopying cvscan/details_parser.py -> build/lib/cvscancopying cvscan/dirpath.py -> build/lib/cvscancopying cvscan/language_parser.py -> build/lib/cvscancopying cvscan/utilities.py -> build/lib/cvscancreating build/lib/cvscan/clicopying cvscan/cli/__init__.py -> build/lib/cvscan/clicopying cvscan/cli/cli.py -> build/lib/cvscan/clicreating build/lib/cvscan/datacreating build/lib/cvscan/data/addresscopying cvscan/data/address/address_processor.py -> build/lib/cvscan/data/addresscopying cvscan/data/address/district-states -> build/lib/cvscan/data/addresscopying cvscan/data/address/pincode-district-state -> build/lib/cvscan/data/addresscopying cvscan/data/address/pincodes -> build/lib/cvscan/data/addresscopying cvscan/data/address/states -> build/lib/cvscan/data/addresscreating build/lib/cvscan/data/extracopying cvscan/data/extra/extra -> build/lib/cvscan/data/extracreating build/lib/cvscan/data/job_positionscopying cvscan/data/job_positions/positions -> build/lib/cvscan/data/job_positionscopying cvscan/data/job_positions/positions.xlsx -> build/lib/cvscan/data/job_positionscopying cvscan/data/job_positions/scraping_jobs.py -> build/lib/cvscan/data/job_positionscreating build/lib/cvscan/data/organizationscopying cvscan/data/organizations/avoid_organizations -> build/lib/cvscan/data/organizationscopying cvscan/data/organizations/explicit_organizations -> build/lib/cvscan/data/organizationscreating build/lib/cvscan/data/qualificationscopying cvscan/data/qualifications/degree -> build/lib/cvscan/data/qualificationscreating build/lib/cvscan/data/samplecopying cvscan/data/sample/lakshmanaram.pdf -> build/lib/cvscan/data/samplecreating build/lib/cvscan/data/skillscopying cvscan/data/skills/scraping_skills.py -> build/lib/cvscan/data/skillscopying cvscan/data/skills/skills -> build/lib/cvscan/data/skillscopying cvscan/data/skills/skills.bak -> build/lib/cvscan/data/skillscreating build/bdist.macosx-10.12-x86_64creating build/bdist.macosx-10.12-x86_64/eggcreating build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/annotations_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancreating build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/cli/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/cli/cli.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/clicopying build/lib/cvscan/configurations.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/converter.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancreating build/bdist.macosx-10.12-x86_64/egg/cvscan/datacreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/address_processor.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/district-states -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/pincode-district-state -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/pincodes -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscopying build/lib/cvscan/data/address/states -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/addresscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/extracopying build/lib/cvscan/data/extra/extra -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/extracreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/positions -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/positions.xlsx -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscopying build/lib/cvscan/data/job_positions/scraping_jobs.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positionscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscopying build/lib/cvscan/data/organizations/avoid_organizations -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscopying build/lib/cvscan/data/organizations/explicit_organizations -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/organizationscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/qualificationscopying build/lib/cvscan/data/qualifications/degree -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/qualificationscreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/samplecopying build/lib/cvscan/data/sample/lakshmanaram.pdf -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/samplecreating build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/scraping_skills.py -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/skills -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data/skills/skills.bak -> build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skillscopying build/lib/cvscan/data_operations.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/details_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/dirpath.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/language_parser.py -> build/bdist.macosx-10.12-x86_64/egg/cvscancopying build/lib/cvscan/utilities.py -> build/bdist.macosx-10.12-x86_64/egg/cvscanbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/__init__.py to __init__.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/annotations_parser.py to annotations_parser.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/annotations_parser.py", line 46    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/__init__.py to __init__.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/cli.py to cli.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/cli/cli.py", line 83    print "Something wnet wrong: " + Exception                                 ^SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Something wnet wrong: " + Exception)?byte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/configurations.py to configurations.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/converter.py to converter.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/converter.py", line 60    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/address/address_processor.py to address_processor.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/job_positions/scraping_jobs.py to scraping_jobs.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data/skills/scraping_skills.py to scraping_skills.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/data_operations.py to data_operations.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/details_parser.py to details_parser.cpython-36.pyc  File "build/bdist.macosx-10.12-x86_64/egg/cvscan/details_parser.py", line 34    except Exception, exception_instance:                    ^SyntaxError: invalid syntaxbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/dirpath.py to dirpath.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/language_parser.py to language_parser.cpython-36.pycbyte-compiling build/bdist.macosx-10.12-x86_64/egg/cvscan/utilities.py to utilities.cpython-36.pyccreating build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/PKG-INFO -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/SOURCES.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/dependency_links.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/entry_points.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/requires.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOcopying cvscan.egg-info/top_level.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFOzip_safe flag not set; analyzing archive contents...cvscan.__pycache__.dirpath.cpython-36: module references __file__creating distcreating 'dist/cvscan-0.0.1-py3.6.egg' and adding 'build/bdist.macosx-10.12-x86_64/egg' to itremoving 'build/bdist.macosx-10.12-x86_64/egg' (and everything under it)Processing cvscan-0.0.1-py3.6.eggremoving '/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg' (and everything under it)creating /usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.eggExtracting cvscan-0.0.1-py3.6.egg to /usr/local/lib/python3.6/site-packages  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/annotations_parser.py", line 46    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/converter.py", line 60    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/details_parser.py", line 34    except Exception, exception_instance:                    ^SyntaxError: invalid syntax  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/cli/cli.py", line 83    print "Something wnet wrong: " + Exception                                 ^SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Something wnet wrong: " + Exception)?cvscan 0.0.1 is already the active version in easy-install.pthInstalling cvscan script to /usr/local/binInstalled /usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.eggProcessing dependencies for cvscan==0.0.1Searching for numpy==1.11.3Best match: numpy 1.11.3Adding numpy 1.11.3 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for wheel==0.24.0Best match: wheel 0.24.0Adding wheel 0.24.0 to easy-install.pth fileInstalling wheel script to /usr/local/binUsing /usr/local/lib/python3.6/site-packagesSearching for pdfminer==20140328Best match: pdfminer 20140328Adding pdfminer 20140328 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for nltk==3.2.1Best match: nltk 3.2.1Adding nltk 3.2.1 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesSearching for click==6.7Best match: click 6.7Adding click 6.7 to easy-install.pth fileUsing /usr/local/lib/python3.6/site-packagesFinished processing dependencies for cvscan==0.0.1lubi:cvscan-master lubi$ lubi:cvscan-master lubi$ cvscan parse --lubi lubi:cvscan-master lubi$ Traceback (most recent call last):  File "/usr/local/bin/cvscan", line 11, in <module>    load_entry_point('cvscan==0.0.1', 'console_scripts', 'cvscan')()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point    return get_distribution(dist).load_entry_point(group, name)  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point    return ep.load()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load    return self.resolve()  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolve    module = __import__(self.module_name, fromlist=['__name__'], level=0)  File "/usr/local/lib/python3.6/site-packages/cvscan-0.0.1-py3.6.egg/cvscan/__init__.py", line 8, in <module>    import converterModuleNotFoundError: No module named 'converter'lubi:cvscan-master lubi$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp