Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Pip Install #72

Closed
Seedarchangel opened this issue Jun 23, 2017 · 3 comments
Closed

Error in Pip Install #72

Seedarchangel opened this issue Jun 23, 2017 · 3 comments

Comments

@Seedarchangel
Copy link

Seedarchangel commented Jun 23, 2017

I'm having a similar problem to #70 **
Collecting krisk
Using cached krisk-0.3.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/6s/fdz619ns34jfkhhjfqmwb3br0000gn/T/pip-build-x99MZJ/krisk/setup.py", line 2, in
from krisk import version
File "krisk/init.py", line 5, in
import krisk.plot.api as plot
File "krisk/plot/api.py", line 1, in
from krisk.plot.make_chart import make_chart
File "krisk/plot/make_chart.py", line 2, in
from krisk.chart.api import Chart
File "krisk/chart/api.py", line 1, in
from krisk.chart.core import rcParams, Chart
File "krisk/chart/core.py", line 189
SyntaxError: Non-ASCII character '\xef' in file krisk/chart/core.py on line 189, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details**

The last update doesn't seem to fix this issue.

@Seedarchangel
Copy link
Author

Ok, I'm able to get around the problem by usingpip install git+https://github.com/napjon/krisk.git, but pip install krisk would still trigger the warning.

@napjon
Copy link
Owner

napjon commented Jun 23, 2017

Yes, I haven't update the version yet to include the fix. I'll try to find bandwidth to do it for the next three days.

@napjon
Copy link
Owner

napjon commented Jul 3, 2017

Updated to 0.3.1 to fix this issue.

@napjon napjon closed this as completed Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants