Opened 5 years ago

Last modified 2 years ago

#58781 closed defect

gunits @2.18.1: requires module python_requests to match python used — at Version 1

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gunits

Description (last modified by kencu (Ken))

when first installing or when trying to update currencies with gunit_cur, this error occurs:

Trying to update currency.units (will use existing file if this fails)
./units_cur currency.units
Traceback (most recent call last):
  File "./units_cur", line 57, in <module>
    import requests
ImportError: No module named requests

it can be solved by requiring the python_requests module to match the python version being used (currently random, see 58780 )

Change History (1)

comment:1 Changed 5 years ago by kencu (Ken)

Description: modified (diff)
Note: See TracTickets for help on using tickets.