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

Update requirements.txt #311

Closed
wants to merge 2 commits into from
Closed

Update requirements.txt #311

wants to merge 2 commits into from

Conversation

nikgreg99
Copy link

Due to this error "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'." is necessary to update the dependency on requirements.txt

 Due to this error "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'." is necessary to update the dependency on requirements.txt
61   Downloading MySQL-python-1.2.5.zip (108 kB)
17.72      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.9/108.9 kB 1.1 MB/s eta 0:00:00
17.77   Preparing metadata (setup.py): started
18.84   Preparing metadata (setup.py): finished with status 'error'
18.85   error: subprocess-exited-with-error
18.85
18.85   × python setup.py egg_info did not run successfully.
18.85   │ exit code: 1
18.85   ╰─> [8 lines of output]
18.85       Traceback (most recent call last):
18.85         File "<string>", line 2, in <module>
18.85         File "<pip-setuptools-caller>", line 34, in <module>
18.85         File "/tmp/pip-install-grlrbewy/mysql-python_51b12812c7b043f1bbe4e1438a33b1a2/setup.py", line 13, in <module>
18.85           from setup_posix import get_config
18.85         File "/tmp/pip-install-grlrbewy/mysql-python_51b12812c7b043f1bbe4e1438a33b1a2/setup_posix.py", line 2, in <module>
18.85           from ConfigParser import SafeConfigParser
18.85       ModuleNotFoundError: No module named 'ConfigParser'
18.85       [end of output] In roder to run glastopf with python3, you need to subsitute MySQLpython with mysqlclient
@nikgreg99 nikgreg99 closed this by deleting the head repository Sep 3, 2024
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

Successfully merging this pull request may close these issues.

1 participant