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

Add numpy and beautifulsoup4 to setuptools required packages #4

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

gregnordin
Copy link
Contributor

When I installed moodlexport in a fresh virtual environment and tried to run the example notebooks I found that these 2 packages were not installed so I have added them to setup.py so that others don't run into the same problem.

@Guillaume-Garrigos
Copy link
Owner

Forgetting beautiful soup was a stupid mistake! For numpy though, I've always worked with Anaconda, so I believed it was part of the default installation of python. Good to know it is not.

I'm going to add those changes and it'll be available on pypi in a few minutes.

@Guillaume-Garrigos Guillaume-Garrigos merged commit 686b1b4 into Guillaume-Garrigos:master Dec 9, 2020
@gregnordin
Copy link
Contributor Author

Thanks!

I used to mostly just use Anaconda, but developed some problems over a period of several years. The problems are explained under the "Motivation" heading of the README.md at My Python Setup, as well as how I changed my approach to use specific virtual environments for most of my projects that have just the packages I need for the project. They are easy to tear down and rebuild as needed. I have found this to be a very effective way of managing and using my installed python versions.

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.

None yet

2 participants