ipums / ipumspy

Mozilla Public License 2.0
8 stars 6 forks source link

Unable to download with Python 3.11 #79

Closed ddav118 closed 1 year ago

ddav118 commented 2 years ago

I am having issues downloading ipumspy and all of its associated dependencies with Python 3.11. Most of the required dependencies are outdated, including numpy which is seemingly giving me the most trouble. Any suggestions how I can resolve this conflict in dependencies?

ddav118 commented 2 years ago

pyarrow version 3.0.0 is also giving me a lot of trouble to download. I am using Windows 11.

marcdelabarrera commented 1 year ago

Same here with python 3.10.6


× pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [228 lines of output]
      Ignoring numpy: markers 'python_version < "3.9"' don't match your environment
renae-r commented 1 year ago

Dependencies have been updated, but Python 3.11 is not officially supported yet. Please try downgrading to Python 3.10 and pip install ipumspy==0.2.2a0

renae-r commented 1 year ago

This issue is fixed with v0.3.0 of ipumspy (PR #86) . Thank you for your patience.