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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: