g-battaglia / kerykeion

Data driven Astrology 💫
Kerykeion is a python library for astrology. It can generate SVG charts and extract all data about a birthchart, a synastry chart and a transit chart.
https://kerykeion.net
GNU Affero General Public License v3.0
298 stars 103 forks source link

Having issue with MakeSvgInstance #34

Closed aduvaita closed 2 years ago

aduvaita commented 2 years ago

Code : import kerykeion as kr from kerykeion.utilities.charts import MakeSvgInstance first = kr.KrInstance("Jack", 1990, 6, 15, 15, 15, "Roma") second = kr.KrInstance("Jane", 1991, 10, 25, 21, 00, "Roma") name = MakeSvgInstance(first, chart_type="Composite", second_obj=second) name.makeSVG() print(len(name.aspects_list))

Error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 1341: character maps to

I do run an example, shows this error. Please help to fix this issue as earliest.

Note: I have updated your recent version as well " Successfully installed cattrs-1.10.0 kerykeion-2.3.2 requests-cache-0.9.3 url-normalize-1.4.3 "

Thanks

g-battaglia commented 2 years ago

Hi, now should be fixed, pleas report if the problem i still there!

aduvaita commented 2 years ago

Hi,

Thanks for the update. But still facing the same issue

On Thu, Apr 7, 2022 at 3:53 PM Giacomo Battaglia @.***> wrote:

Hi, now should be fixed, pleas report if the problem i still there!

— Reply to this email directly, view it on GitHub https://github.com/g-battaglia/kerykeion/issues/34#issuecomment-1092142131, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYTBZ4MXG3L7WAJRY62OU6TVD44KFANCNFSM5SX453VA . You are receiving this because you authored the thread.Message ID: @.***>

g-battaglia commented 2 years ago

What kerykeion version are you running?

g-battaglia commented 2 years ago

Also what OS and what os version are you using?