Menu

#33 Can't install myhdl with pip/easy_install

MyHDL_0.7
closed-fixed
3
2014-08-10
2012-02-03
Anonymous
No

Neither pip nor easy_install can find myhdl package.

DOAP record for myhdl-0.7 contains download url http://sourceforge.net/project/showfiles.php?group_id=91207 which not contain package or link to it.

How to reproduce (and output):
> easy_install myhdl
Searching for myhdl
Reading http://pypi.python.org/simple/myhdl/
Reading http://jandecaluwe.com/Tools/MyHDL/Overview.html
Reading http://sourceforge.net/project/showfiles.php?group_id=91207
Reading http://www.myhdl.org
No local packages or download links found for myhdl
error: Could not find suitable distribution for Requirement.parse('myhdl')

> pip install myhdl
Downloading/unpacking myhdl
Could not find any downloads that satisfy the requirement myhdl
No distributions at all found for myhdl
Storing complete log in /home/myusername/.pip/pip.log

Discussion

  • Anonymous

    Anonymous - 2012-02-03
    • priority: 5 --> 3
    • assigned_to: jandecaluwe --> nobody
     
  • Marcel Hellwig

    Marcel Hellwig - 2013-12-29

    This is fixed.

    pip install myhdl

    Downloading/unpacking myhdl
    Downloading myhdl-0.8.tar.gz (561kB): 561kB downloaded
    Running setup.py egg_info for package myhdl

    Installing collected packages: myhdl
    Running setup.py install for myhdl

    Successfully installed myhdl
    Cleaning up...

     

    Last edit: Marcel Hellwig 2013-12-29
  • Jan Decaluwe

    Jan Decaluwe - 2014-08-10
    • status: open --> closed-fixed
    • assigned_to: Jan Decaluwe
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.