RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

pip install fails on Python 3.9.x on Windows 10 #1113

Closed schellenberg closed 3 years ago

schellenberg commented 3 years ago

Currently, you cannot install runestone on Windows 10 with Python 3.9. This is due to the version of lxml being used (4.5.1). However, the current version of lxml (4.6.2) can be installed via pip just fine.

Can you update the requirements.txt file to either:

OR

Thanks!

bnmnetp commented 3 years ago

Or you could make a PR? 😄 Its hard for one person to keep up.