You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing Anaconda3 and python 3.7.1 on a Windows 10 machine, I downloaded the better-0.4-alpha code. The install.bat failed so I tried "python setup.py install" in Windows cmd. It failed trying to install the ish_parser package with the following message:
e following message.
After consulting with Han Li and Ahmed Bekhit I tried to install the ish_parser using the following command "pip install ish_parser" in Windows cmd. Here is the error message:
After searching for a solution I came across the following thread: pypa/virtualenv#1139. I tried the suggestion to try "pip install ish_parser" in an Anaconda cmd window and was able to successfully load the ish_parser packeage.
The text was updated successfully, but these errors were encountered:
After installing Anaconda3 and python 3.7.1 on a Windows 10 machine, I downloaded the better-0.4-alpha code. The install.bat failed so I tried "python setup.py install" in Windows cmd. It failed trying to install the ish_parser package with the following message:
![better cmd screenshot](https://user-images.githubusercontent.com/46324698/51764597-2f792900-209b-11e9-9d5f-e8787fc7fa5d.png)
e following message.
After consulting with Han Li and Ahmed Bekhit I tried to install the ish_parser using the following command "pip install ish_parser" in Windows cmd. Here is the error message:
![image](https://user-images.githubusercontent.com/46324698/51764724-7f57f000-209b-11e9-9790-fff8f0d462e4.png)
After searching for a solution I came across the following thread: pypa/virtualenv#1139. I tried the suggestion to try "pip install ish_parser" in an Anaconda cmd window and was able to successfully load the ish_parser packeage.
The text was updated successfully, but these errors were encountered: