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

AttributeError: module 'pkutils' has no attribute 'parse_module' #2

Closed
shivamchoudhary opened this issue Jul 21, 2016 · 3 comments
Closed
Labels
Milestone

Comments

@shivamchoudhary
Copy link

shivamchoudhary commented Jul 21, 2016

Hi,
When I run

python manage.py develop

I get the title error, the file pkutils.py does not have a parse_module method.
Though there is a workaround by changing the pkutils.py [https://github.com/reubano/pkutils/blob/master/pkutils.py] from here.

@reubano
Copy link
Member

reubano commented Jul 21, 2016

I think I know the issue. One of the requirements is loading an old version of pkutils.

@shivamchoudhary
Copy link
Author

Yeah, I agree

@reubano
Copy link
Member

reubano commented Jul 21, 2016

For now, do

pip install -r dev-requirements.txt
pip install -r optional-requirements.txt
pip install pkutils --upgrade
python setup.py develop

reubano added a commit that referenced this issue Jul 22, 2016
* fixes:
  Bump to version 0.35.1
  Update setup
  Update tox
  [BUGFIX] Fix makefile lint command
  [BUGFIX] Update pygogo requirement (fixes #2)
  Update example link
  Fix broken link
  Fix capitalization
  Add some whitespace
  Fix typo
  Remove scripts from data files
  Create .gitattributes
  Delete html so repo shows up as python!
@reubano reubano added the bug label Jul 31, 2016
@reubano reubano modified the milestone: 1.0.0-beta Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants