This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
missing ciso8601 in requirements.txt #3
Comments
I'm getting the "No module named 'ciso8601'" error. |
Please give some more logs, else I won't be able to help you debugging this.
Instead of using "pip3 install xxx" please use "python3 (or py if you're on windows) -m pip install xxx".
…-------- Message d'origine --------
Le 26 janv. 2021 à 12:51, mehmet-demir a écrit :
I'm getting the "No module named 'ciso8601'" error.
I tried to install ciso8601 with pip install ciso8601 but then I get some new errors like "Failed to build ciso8601".
—
You are receiving this because you authored the thread.
Reply to this email directly, [view it on GitHub](#3 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ARZSPTDCILZ4IRVLIM2ERRDS32UFPANCNFSM4V7GVU5Q).
|
Thank you for the quick answer. So now I'm installing Microsoft C++ Build Tools. |
Problem solved. |
The same issue here (Python 3.8.10 on Ubuntu 20.04.2 LTS):
|
update: I've changed cis8601 to |
arnaudj
added a commit
to arnaudj/wagmi
that referenced
this issue
Nov 11, 2021
To allow django to start (useful when running in docker) Also import transitive dependency for ftx see quan-digital/ftx#3
arnaudj
added a commit
to arnaudj/wagmi
that referenced
this issue
Nov 11, 2021
To allow django to start (useful when running in docker) Also import transitive dependency for ftx see quan-digital/ftx#3
As immartian said, you only need to change the api.py file like this :
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All is in the title : please add ciso8601 in requirements.txt !
Thanks guys, awesome package.
The text was updated successfully, but these errors were encountered: