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
it is not possible to build package from Source Distribution on pypi (https://pypi.org/project/fastapi-websocket-rpc/#files)
error from setuptools: FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
your setup.py is reading dependencies from requirements.txt but this fine is not part of Source Distribution.
as workaround I can build it from git tag but would be nice to have Source Distribution working.
The text was updated successfully, but these errors were encountered:
it is not possible to build package from Source Distribution on pypi (https://pypi.org/project/fastapi-websocket-rpc/#files)
error from setuptools:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
your setup.py is reading dependencies from requirements.txt but this fine is not part of Source Distribution.
as workaround I can build it from git tag but would be nice to have Source Distribution working.
The text was updated successfully, but these errors were encountered: