Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmer09 authored Oct 13, 2020
1 parent 27a4a2e commit 947d82f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def package_data(pkg, roots):
],
install_requires=[
'XBlock>=0.4.10,<2.0.0',
'xblock-utils>=1.0.2,<=1.0.5',
'pycaption>=0.7.1,<1.0', # The latest Python 2.7 compatible version
'requests>=2.9.1,<3.0.0',
'babelfish>=0.5.5,<0.6.0',
],
Expand Down

2 comments on commit 947d82f

@duraiganesh0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @ahmer09 i have removed these 2 lines and when I try to run studio, it throws this error
File "/edx/app/edxapp/edx-platform/manage.py", line 120, in <module> startup.run() File "/edx/app/edxapp/edx-platform/cms/startup.py", line 19, in run django.setup() File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py", line 94, in create module = import_module(entry) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/edx/app/edxapp/venvs/edxapp/src/edx-jsme/edx_jsme/__init__.py", line 7, in <module> from capa import inputtypes, responsetypes File "/edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py", line 33, in <module> from lxml.html.soupparser import fromstring as fromstring_bs # uses Beautiful Soup!!! FIXME? File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/soupparser.py", line 10, in <module> from bs4 import ( File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/__init__.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/builder/__init__.py", line 314, in <module> from . import _html5lib File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/builder/_html5lib.py", line 70, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: 'module' object has no attribute '_base'

Can you help me on this?

@duraiganesh0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were you able to install this in ironwood? i can see you have made some changes in xblock.py file. bd4564c Did you setup this in ironwood?

Please sign in to comment.