Changes between Initial Version and Version 1 of Ticket #60486, comment 6


Ignore:
Timestamp:
May 14, 2020, 1:55:49 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60486, comment 6

    initial v1  
    11I tried to install the generic form :
    22
     3{{{
    34sudo port install py-emcee
     5}}}
    46
    57it worked (seemingly)
    68but still not available inside python :
    79
     10{{{
    811coag>python
    912Python 3.8.2 (default, Feb 27 2020, 19:54:34)
     
    1417  File "<stdin>", line 1, in <module>
    1518ModuleNotFoundError: No module named 'emcee'
     19}}}