Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was trying to install the model to figure out how to use Sankey, when I ran into this error ```python $ pip install -e solar Obtaining file:///C:/Users/Berk/Dropbox%20%28MIT%29/MIT%20Graduate%20School/code/solar Requirement already satisfied: numpy in c:\users\berk\anaconda2\lib\site-packages (from solar==0.0.0.0) (1.14.2) Requirement already satisfied: scipy in c:\users\berk\anaconda2\lib\site-packages (from solar==0.0.0.0) (0.19.0) Requirement already satisfied: gpkit in c:\users\berk\dropbox (mit)\mit graduate school\code\gpkit (from solar==0.0.0.0) (0.7.0.0) Requirement already satisfied: pandas in c:\users\berk\anaconda2\lib\site-packages (from solar==0.0.0.0) (0.17.1) Requirement already satisfied: gpfit in c:\users\berk\dropbox (mit)\mit graduate school\code\gpfit (from solar==0.0.0.0) (0.1) Collecting gpkitmodels (from solar==0.0.0.0) Could not find a version that satisfies the requirement gpkitmodels (from solar==0.0.0.0) (from versions: ) No matching distribution found for gpkitmodels (from solar==0.0.0.0) ``` This is because the module is no longer called gpkitmodels. Easy fix.
- Loading branch information
07d17d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
darnit, never mind, it's gplibrary at the top level but the requirement is still called gpkitmodels. @mjburton11 @bqpd we should probably change this?
07d17d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
07d17d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has!
07d17d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great! made an issue: convexengineering/gplibrary#170