<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>python on Life Long Learning, Thinking, and Curiosity - Tyson Maly Computer Engineer and Engineer Manager</title>
    <link>http://www.tysonmaly.com/tags/python/</link>
    <description>Recent content in python on Life Long Learning, Thinking, and Curiosity - Tyson Maly Computer Engineer and Engineer Manager</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 20 Dec 2021 15:27:13 -0500</lastBuildDate><atom:link href="http://www.tysonmaly.com/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Nose Python</title>
      <link>http://www.tysonmaly.com/python/nose-python/</link>
      <pubDate>Mon, 20 Dec 2021 15:27:13 -0500</pubDate>
      
      <guid>http://www.tysonmaly.com/python/nose-python/</guid>
      <description>module &amp;lsquo;collections&amp;rsquo; has no attribute &amp;lsquo;Callable&amp;rsquo; is the error message you see when you run nosetests.
Here is how to solve this error when you run nosetests with Python 3.10.
First, uninstall nose with the following command:
pip uninstall -y nose Second, reinstall nose but with &amp;ndash;nobinaries flag:
pip install -U nose --no-binary :all: Why does this work? At the time of this writting the binary generated by nose was likely generated with a version of Python 3.</description>
    </item>
    
  </channel>
</rss>
