jimmysong / programmingbitcoin

Repository for the book
Other
1.75k stars 656 forks source link

Setting up the Jupyter Notebook (linux) #239

Open CoderBoogs opened 2 years ago

CoderBoogs commented 2 years ago

Currently setting up my environment when I ran into an issue on page item 7. Install the requirements when I got the following error

"ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'"

to fix this roll back the virtualenv version with the following command

pip install virtualenv==20.7.2

After that your requirements will run.