pytgcalls / ntgcalls

A Native Implementation of Telegram Calls in a seamless way.
https://pytgcalls.github.io
GNU Lesser General Public License v3.0
49 stars 10 forks source link

Not able to install in FreeBSD amd64 #22

Closed firefoxOnFire closed 3 months ago

firefoxOnFire commented 3 months ago

Is your feature request related to a problem? Please describe. Not able to install ntgcalls on FreeBSD. Getting this error while using pip

      subprocess.CalledProcessError: Command '['cmake', '/tmp/pip-install-hbc7i8ll/ntgcalls_4a03044c9cbb44a1bd639ab206eece56', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-install-hbc7i8ll/ntgcalls_4a03044c9cbb44a1bd639ab206eece56/build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-310/', '-DPYTHON_EXECUTABLE=/usr/local/bin/python3.10', '-DCMAKE_BUILD_TYPE=Release', '-DPY_VERSION_INFO=1.2.1', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=/tmp/pip-install-hbc7i8ll/ntgcalls_4a03044c9cbb44a1bd639ab206eece56/build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-310']' returned non-zero exit status 1.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.ERROR: Failed building wheel for ntgcalls
Failed to build ntgcalls
ERROR: Could not build wheels for ntgcalls, which is required to install pyproject.toml-based projects

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Laky-64 commented 3 months ago

FreeBSD isn't supported by Shiguredo itself, then we cannot do builds for that os

firefoxOnFire commented 3 months ago

FreeBSD isn't supported by Shiguredo itself, then we cannot do builds for that os

Understandable. Thanks.